1.1.1 • Published 2 months ago

eslint-config-brightspace v1.1.1

Weekly downloads
1,496
License
Apache-2.0
Repository
github
Last release
2 months ago

eslint-config-brightspace

NPM version

Common Brightspace eslint configs.

Installation

npm install eslint-config-brightspace

Usage

Set the extends property in the .eslintrc.json file, replacing <environment> with the desired environment-specific config.

{
  "extends": "brightspace/<environment>"
}

Environment Specific Configs

EnvironmentDescription
browser-configuse with code that runs in a browser
lit-configuse with Lit projects
testing-configuse with @brightspace-ui/testing test code
node-configuse with Node.js projects
react-configuse with React projects

Example:

{
  "extends": "brightspace/lit-config"
}

See the eslint rules for more details on rule configuration. See the eslint shareable configs for more details on creating configs.

Developing and Contributing

After cloning the repo, run npm install to install dependencies.

Versioning and Releasing

This repo is configured to use semantic-release. Commits prefixed with fix: and feat: will trigger patch and minor releases when merged to main.

To learn how to create major releases and release from maintenance branches, refer to the semantic-release GitHub Action documentation.

1.1.1

2 months ago

1.1.0

4 months ago

1.0.0

5 months ago

0.25.3

7 months ago

0.25.2

7 months ago

0.25.1

7 months ago

0.25.0

9 months ago

0.24.0

10 months ago

0.23.0

1 year ago

0.21.0

1 year ago

0.22.0

1 year ago

0.20.1

1 year ago

0.20.0

1 year ago

0.19.0

2 years ago

0.18.0

2 years ago

0.17.0

2 years ago

0.16.1

2 years ago

0.16.0

3 years ago

0.15.0

3 years ago

0.15.1

3 years ago

0.14.0

3 years ago

0.14.1

3 years ago

0.13.1

3 years ago

0.13.0

3 years ago

0.12.0

3 years ago

0.11.0

4 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.7

4 years ago

0.6.6

4 years ago

0.6.5

4 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.1

6 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago