mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-02 01:40:57 +01:00
27 lines
No EOL
488 B
Text
27 lines
No EOL
488 B
Text
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"jsx": true,
|
|
"useJSXTextNode": true,
|
|
"ecmaVersion": 2018,
|
|
"sourceType": "module",
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"ignorePatterns": [
|
|
"/out"
|
|
],
|
|
"plugins": [
|
|
"@typescript-eslint",
|
|
"roblox-ts",
|
|
"prettier"
|
|
],
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"plugin:roblox-ts/recommended",
|
|
"plugin:prettier/recommended"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": "warn"
|
|
}
|
|
} |