Merge branch 'v3.0' of https://github.com/screepers/screeps-typescript-starter into v3.0
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"forin": false,
|
"forin": false,
|
||||||
"interface-name": ["never-prefix"],
|
"interface-name": [true, "never-prefix"],
|
||||||
"no-console": [false],
|
"no-console": [false],
|
||||||
"no-namespace": [true, "allow-declarations"],
|
"no-namespace": [true, "allow-declarations"],
|
||||||
"trailing-comma": [true, {"multiline": "never", "singleline": "never"}],
|
"trailing-comma": [true, {"multiline": "never", "singleline": "never"}],
|
||||||
|
|||||||
Reference in New Issue
Block a user