mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"root": true,
|
|
"env": {
|
|
"es2022": true
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["*.tsx?"],
|
|
"excludedFiles": ["*.d.ts"],
|
|
"plugins": ["@typescript-eslint"],
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest",
|
|
"sourceType": "module"
|
|
}
|
|
}
|
|
]
|
|
}
|