mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
chore(linter): add linter configuration
This commit is contained in:
@ -7,3 +7,6 @@ bower_components
|
|||||||
node_modules
|
node_modules
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
|
src/*.ts
|
||||||
|
/*.js
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"prettier/prettier": "error",
|
"prettier/prettier": "error",
|
||||||
"prefer-const": "off",
|
"prefer-const": "off",
|
||||||
"camelcase": "off"
|
"camelcase": "off",
|
||||||
|
"no-underscore-dangle": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user