mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove unneeded rule
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
"consistent-this": [0, "that"],
|
||||
"curly": [0, "multi"],
|
||||
"default-case": 0,
|
||||
"dot-notation": [2, { "allowKeywords": true }],
|
||||
"dot-notation": [0, { "allowKeywords": true }],
|
||||
"eol-last": 2,
|
||||
"eqeqeq": 2,
|
||||
"func-names": 0,
|
||||
|
||||
Reference in New Issue
Block a user