1.2.1 • Published 3 months ago

@repodog/eslint-config-playwright v1.2.1

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

@repodog/eslint-config-playwright

The Repodog Playwright ESLint config module.

npm version License: MIT

Install package and dependency

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

Use package

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

3 months ago

1.2.0

3 months ago

1.1.10

3 months ago

1.1.9

7 months ago