@enigmatry/eslint-config
v20.3.2
Published
ESLint shareable config for the Enigmatry style.
Downloads
875
Readme
@enigmatry/eslint-config
ESLint shareable config for the Enigmatry style guide.
Installation
$ npm install --save-dev eslint @enigmatry/eslint-configUsage
Once the @enigmatry/eslint-config package is installed, you can use it by specifying @enigmatry/eslint-config in the extends section of your ESLint configuration.
import defaultConfiguration from "@enigmatry/eslint-config";
import { defineConfig } from "eslint/config";
export default defineConfig([
...defaultConfiguration,
{
"files": ["src/**/*.ts"],
"rules": {
// Additional, per-project rules...
}
}
]);License
Apache-2 © Enigmatry
