mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
chore(eslint): add comments and new rules
This commit is contained in:
@ -14,6 +14,11 @@
|
|||||||
"prettier/prettier": "error",
|
"prettier/prettier": "error",
|
||||||
"prefer-const": "off",
|
"prefer-const": "off",
|
||||||
"camelcase": "off",
|
"camelcase": "off",
|
||||||
"no-underscore-dangle": "off"
|
"no-underscore-dangle": "off",
|
||||||
|
"consistent-return": "off",
|
||||||
|
/* Remove the necessity to use this on classes */
|
||||||
|
"class-methods-use-this": "off",
|
||||||
|
/* Enable variables declarations from shadowing variables declared in the outer scope */
|
||||||
|
"no-shadow": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user