3.0.3 • Published 5 months ago

@adobe/eslint-config-helix v3.0.3

Weekly downloads
2,603
License
Apache-2.0
Repository
github
Last release
5 months ago

Helix eslint config

ESLint config used in helix projects.

Usage

For ESLint v9.x

In your eslint.config.js, import the recommended settings, source and test configurations and add your ignores, e.g.:

import { defineConfig, globalIgnores } from '@eslint/config-helpers'
import { recommended, source, test } from '@adobe/eslint-config-helix';

export default defineConfig([
  globalIgnores([
    '.vscode/*',
    'coverage/*',
    'dist/*',
  ]),
  {
    extends: [recommended],
  },
  source,
  test,
]);

Status

CircleCI GitHub license GitHub issues

Development

Build

npm install

Test

npm test

Lint

npm run lint
2.0.9

9 months ago

3.0.3

5 months ago

3.0.2

5 months ago

3.0.1

5 months ago

3.0.0

5 months ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.5

4 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago