5.21.1 • Published 11 days ago

@dg-scripts/eslint-config v5.21.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

@dg-scripts/eslint-config

Author LICENSE

Node Version NPM Version CDN

CI Jest Coverage Jest Coverage

This package includes the shareable ESLint configuration used by Bod CLI.

Installation

npm install -D @dg-scripts/eslint-config

Usage

Create a file named eslint.config.js with following contents in the root folder of your project:

export { default } from '@dg-scripts/eslint-config'

You can override the settings from @dg-scripts/eslint-config by editing the eslint.config.js file:

import eslintConfig from '@dg-scripts/eslint-config'

export default eslintConfig.append(
  {
    ignores: ['cypress', 'cypress.config.ts'],
  },
).append({
  rules: {
    'react-refresh/only-export-components': 'off',
  },
})

Next.js

When package next and eslint-config-next installed in project, eslint configuration will enable automatically, no need for any additional configuration.

Disable Type Aware Rules

Type aware rules can opt-out by:

export { disableTypeAware as default } from '@dg-scripts/eslint-config'

Contact

Email Twitter GitHub

5.21.1

11 days ago

5.21.0

16 days ago

5.18.0

1 month ago

5.19.0

1 month ago

5.20.1

1 month ago

5.20.0

1 month ago

0.0.0-1867

1 month ago

5.17.0

1 month ago

5.15.0

1 month ago

5.16.0

1 month ago

5.15.2

1 month ago

5.15.1

1 month ago

5.14.3

2 months ago

5.14.2

4 months ago

5.14.1

4 months ago

5.14.0

10 months ago

5.13.5

1 year ago

5.13.4

1 year ago

5.13.3

1 year ago

5.13.2

1 year ago

5.13.1

1 year ago

5.13.0

1 year ago

5.12.0

1 year ago

5.11.1

1 year ago

5.11.0

2 years ago

5.10.0

2 years ago

5.9.0

2 years ago

5.8.1

2 years ago

5.8.0

2 years ago

5.7.0

2 years ago

5.6.0

2 years ago

5.6.2

2 years ago

5.6.1

2 years ago

5.5.9

3 years ago

5.5.10

2 years ago

5.5.8

3 years ago

5.5.7

3 years ago

5.5.6

3 years ago

5.5.5

3 years ago

5.5.1

3 years ago

1.2.0

3 years ago

5.5.0

3 years ago

0.0.0-880

3 years ago

0.0.0-871

3 years ago

0.0.0-872

3 years ago

0.0.0-875

3 years ago

0.0.0-877

3 years ago

0.0.0-879

3 years ago

0.0.0-878

3 years ago

5.5.4

3 years ago

5.5.3

3 years ago

5.5.2

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago