mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
24 lines
471 B
JSON
24 lines
471 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2021": true
|
|
},
|
|
"extends": [
|
|
"standard-with-typescript",
|
|
"prettier"
|
|
],
|
|
"overrides": [
|
|
],
|
|
"plugins": ["prettier"],
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest",
|
|
"project": "./tsconfig.json",
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"prettier/prettier": "error",
|
|
"arrow-body-style": "off",
|
|
"prefer-arrow-callback": "off"
|
|
}
|
|
}
|