less hacking way of pulling poe data
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"rules": {
|
||||
"semicolon": [true, "always", "ignore-bound-class-methods"],
|
||||
"max-line-length": [true, 120],
|
||||
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"],
|
||||
"variable-name": [false, "ban-keywords", "check-format", "allow-pascal-case"],
|
||||
"import-name": false,
|
||||
"ter-arrow-parens": [true, "as-needed"],
|
||||
"align": [true, "parameters", "statements"]
|
||||
|
||||
Reference in New Issue
Block a user