5.21.3 • Published 11 months ago

@dg-scripts/eslint-config v5.21.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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.3

11 months ago

5.21.2

12 months ago

5.21.1

1 year ago

5.21.0

1 year ago

5.18.0

1 year ago

5.19.0

1 year ago

5.20.1

1 year ago

5.20.0

1 year ago

0.0.0-1867

1 year ago

5.17.0

1 year ago

5.15.0

1 year ago

5.16.0

1 year ago

5.15.2

1 year ago

5.15.1

1 year ago

5.14.3

1 year ago

5.14.2

1 year ago

5.14.1

1 year ago

5.14.0

2 years ago

5.13.5

2 years ago

5.13.4

2 years ago

5.13.3

2 years ago

5.13.2

2 years ago

5.13.1

2 years ago

5.13.0

2 years ago

5.12.0

2 years ago

5.11.1

2 years ago

5.11.0

3 years ago

5.10.0

3 years ago

5.9.0

3 years ago

5.8.1

3 years ago

5.8.0

3 years ago

5.7.0

3 years ago

5.6.0

4 years ago

5.6.2

3 years ago

5.6.1

3 years ago

5.5.9

4 years ago

5.5.10

4 years ago

5.5.8

4 years ago

5.5.7

4 years ago

5.5.6

4 years ago

5.5.5

4 years ago

5.5.1

4 years ago

1.2.0

4 years ago

5.5.0

4 years ago

0.0.0-880

4 years ago

0.0.0-871

4 years ago

0.0.0-872

4 years ago

0.0.0-875

4 years ago

0.0.0-877

4 years ago

0.0.0-879

4 years ago

0.0.0-878

4 years ago

5.5.4

4 years ago

5.5.3

4 years ago

5.5.2

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago