eslint-plugin-tests

0.2.3 • Public • Published

eslint-plugin-tests 🐒


Contributing

Available Rules

Name Category Description
🌟 descriptions-in-tests Generic (test files) Basic validation of tests' descriptions

Configuration

In eslint config

  plugins: ['eslint-plugin-tests'],
  overrides: [ // Only activated for test files
    {
      files: ['*.test.*', '*.spec.*'],
      rules: {
        'tests/descriptions-in-tests': ['warn', { noVagueVerbs: true }],
      },
    },
  ],

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-tests

Weekly Downloads

1

Version

0.2.3

License

ISC

Unpacked Size

17.9 kB

Total Files

18

Last publish

Collaborators

  • matthizou