Better art therapie page
This commit was merged in pull request #10.
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
// disallow deletion of variables
|
||||
"no-label-var": 2,
|
||||
// disallow labels that share a name with a variable
|
||||
"no-shadow": 2,
|
||||
"no-shadow": "off",
|
||||
// disallow declaration of variables already declared in the outer scope
|
||||
"no-shadow-restricted-names": 2,
|
||||
// disallow shadowing of names such as arguments
|
||||
|
||||
Reference in New Issue
Block a user