mirror of
https://github.com/interep-project/contracts.git
synced 2026-01-10 05:47:59 -05:00
12 lines
282 B
JSON
12 lines
282 B
JSON
{
|
|
"env": {
|
|
"es6": true
|
|
},
|
|
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"project": "tsconfig.json"
|
|
},
|
|
"plugins": ["@typescript-eslint"]
|
|
}
|