@repodog/eslint-config-jasmine

1.2.1 • Public • Published

@repodog/eslint-config-jasmine

The Repodog Jasmine ESLint config module.

npm version License: MIT

Install package and dependency

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

Use package

// .eslintrc.cjs
module.exports = {
  extends: ['@repodog/eslint-config'],
  overrides: [
    {
      extends: ['@repodog/eslint-config-jasmine'],
      files: ['**/*.{spec,test}.*'],
    },
  ],
  parserOptions: {
    tsconfigRootDir: __dirname,
  },
  root: true,
};

Readme

Keywords

none

Package Sidebar

Install

npm i @repodog/eslint-config-jasmine

Weekly Downloads

0

Version

1.2.1

License

MIT

Unpacked Size

2.65 kB

Total Files

4

Last publish

Collaborators

  • dylanaubrey