9.0.3 • Published 9 months ago

@repodog/eslint-config-jasmine v9.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@repodog/eslint-config-jasmine

The Repodog Jasmine ESLint config module.

npm version License: MIT

Install package and peer dependency

# terminal
npm install @repodog/eslint-config-jasmine eslint --save-dev

Use package

// eslint.config.mjs
import config from '@repodog/eslint-config-jasmine';

export default [
  ...config.map(entry => ({
    ...entry,
    files: ['**/*.{spec,test}.*'],
  })),
];
9.0.3

9 months ago

9.0.1

9 months ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.11

1 year ago

1.1.10

2 years ago

1.1.9

2 years ago