1.1.3 • Published 4 months ago
@typhoon41/eslint-config v1.1.3
@typhoon41/eslint-config
Strict, shareable config for JS/TS projects usint ESLint shareable config.
To see the rules that this config uses, please read the config itself.
Installation
$ npm install --save-dev @typhoon41/eslint-config
Usage
Once the @typhoon41/eslint-config
package is installed, you can use it by importing and specifying @typhoon41/eslint-config
in the root of your configuration through spread operator and combine it with your other plugins
of your ESLint configuration.
import defaultConfiguration from "@typhoon41/eslint-config";
export default [
...defaultConfiguration,
{
"rules": {
// Additional, per-project rules...
}
}
];
License
Apache-2 © Nikola Dragićević