@socialgouv/eslint-config-typescript
v1.131.0
Published
Social Gouv typescript eslint config
Readme
@socialgouv/eslint-config-typescript
Our default typescript eslint config
Install
$ npm install -D @socialgouv/eslint-config-typescript eslint prettier typescript
# or
$ yarn add -D @socialgouv/eslint-config-typescript eslint prettier typescriptUsage
Add this to your .eslintrc.yml file:
extends:
- "@socialgouv/eslint-config-typescript"or add this to your .eslintrc.json file:
{
"extends": ["@socialgouv/eslint-config-typescript"]
}