mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-13 11:00:01 +00:00
eslint: object-curly-spacing/array-bracket-spacing
This commit is contained in:
@@ -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