@enormora/eslint-config-ava

0.0.13 • Public • Published

@enormora/eslint-config-ava

Config preset for ava, enabling specific rules.

Install & Setup

Install the @enormora/eslint-config-ava and the base preset package via npm:

npm install --save-dev @enormora/eslint-config-base @enormora/eslint-config-ava

Create an ESLint configuration file (e.g., eslint.config.js) in your project and add the base and node config to the configuration array:

import { baseConfig } from '@enormora/eslint-config-base';
import { avaConfig } from '@enormora/eslint-config-ava';

export default [
    {
        ignores: ['dist/**/*']
    },
    baseConfig,
    {
        ...avaConfig,
        files: ['**/*.test.js']
    }
];

Readme

Keywords

none

Package Sidebar

Install

npm i @enormora/eslint-config-ava

Weekly Downloads

162

Version

0.0.13

License

MIT

Unpacked Size

4.19 kB

Total Files

5

Last publish

Collaborators

  • screendriver
  • lo1tuma