10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"root": true,
|
|
"extends": "marine/prettier/node",
|
|
"parserOptions": {
|
|
"project": "./tsconfig.eslint.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/naming-convention": 0
|
|
}
|
|
}
|