Browse Source

Preferable .eslintrc.js

CrazyDoctor 2 years ago
parent
commit
70d48017bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -279,7 +279,7 @@ module.exports = {
  * 	],
  * 	'rules': {
  * 		'z8/no-spaces-in-control-flow-statements': ['error'],
- * 		'z8/no-strict-equality': ['error'],
+ * 		'z8/no-strict-equality': ['warn'], // errpr?
  * 		'z8/no-double-quotes': ['error'],
  * 		'z8/no-arrow-functions': ['error'],
  * 		'z8/no-function-declaration': ['error'],