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:
parent
14ee2e3137
commit
5d7ce2f7f6
@ -7,3 +7,6 @@ bower_components
|
||||
node_modules
|
||||
yarn-error.log
|
||||
yarn.lock
|
||||
|
||||
src/*.ts
|
||||
/*.js
|
||||
|
@ -13,6 +13,7 @@
|
||||
"rules": {
|
||||
"prettier/prettier": "error",
|
||||
"prefer-const": "off",
|
||||
"camelcase": "off"
|
||||
"camelcase": "off",
|
||||
"no-underscore-dangle": "off"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user