mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"extends": ["standard-with-typescript", "eslint-config-prettier"],
|
|
"plugins": ["eslint-plugin-prettier"],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"browser": true,
|
|
"jest": true
|
|
},
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
}
|
|
}
|