mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
eslint: object-curly-spacing/array-bracket-spacing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"root": true
|
||||
, "parser": "@typescript-eslint/parser"
|
||||
, "plugins": ["@typescript-eslint"]
|
||||
, "plugins": [ "@typescript-eslint" ]
|
||||
, "extends": [
|
||||
"eslint:recommended"
|
||||
, "plugin:@typescript-eslint/recommended"
|
||||
@@ -30,6 +30,15 @@
|
||||
"allow": [ "info", "error" ]
|
||||
}]
|
||||
|
||||
, "object-curly-spacing": [ "error", "always", {
|
||||
"arraysInObjects": false
|
||||
, "objectsInObjects": false
|
||||
}]
|
||||
, "array-bracket-spacing": [ "error", "always", {
|
||||
"objectsInArrays": false
|
||||
, "arraysInArrays": false
|
||||
}]
|
||||
|
||||
, "@typescript-eslint/no-empty-interface": "off"
|
||||
, "@typescript-eslint/no-explicit-any": "off"
|
||||
, "@typescript-eslint/explicit-module-boundary-types": "off"
|
||||
|
||||
Reference in New Issue
Block a user