0.0.9 • Published 4 years ago

tarot-eslint-config v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

tarot-eslint-config

Default ESLint configuration for Tarot.

This package is automatically used in the Tarot build process unless you have provided a custom eslintConfigPath.

To use in your own custom configuration, install then extend this package in your eslint config:

yarn add --dev tarot-eslint-config
// .eslintrc
{
    "extends": [
        "tarot-eslint-config"
    ]
}

or

// .eslintrc.js
module.exports = {
    extends: [ require.resolve('tarot-eslint-config') ],
}
0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago