@repodog/eslint-config-jasmine

9.0.3 • Public • Published

@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}.*'],
  })),
];

Dependents (0)

Package Sidebar

Install

npm i @repodog/eslint-config-jasmine

Weekly Downloads

142

Version

9.0.3

License

MIT

Unpacked Size

3.08 kB

Total Files

4

Last publish

Collaborators

  • dylanaubrey