This repository was archived by the owner on Aug 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2.5.1
2+ - Update line length to 200
3+ - Remove 'strict' rule for modules
142.5.0
25 - Add an ES6 and JSX standard with lint rules.
362.4.4
Original file line number Diff line number Diff line change 1818 # Avoid possible import problems:
1919 import/no-extraneous-dependencies : error
2020 import/no-duplicates : error
21+ import/no-unresolved : ' off'
2122 no-duplicate-imports : error
2223
2324 # Stick with ES6 module syntax
@@ -143,7 +144,7 @@ rules:
143144 - max : 5
144145 max-len :
145146 - error
146- - code : 100
147+ - code : 200
147148 max-nested-callbacks :
148149 - error
149150 - max : 3
@@ -188,7 +189,6 @@ rules:
188189 space-infix-ops : error
189190 space-unary-ops : error
190191 spaced-comment : error
191- strict : error
192192 template-curly-spacing : error
193193 unicode-bom :
194194 - error
You can’t perform that action at this time.
0 commit comments