initial commit
This commit is contained in:
24
node_modules/crypto-browserify/.eslintrc
generated
vendored
Normal file
24
node_modules/crypto-browserify/.eslintrc
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"rules": {
|
||||
"func-style": "off",
|
||||
"multiline-comment-style": "off",
|
||||
"sort-keys": "off",
|
||||
},
|
||||
|
||||
"ignorePatterns": [
|
||||
"example/bundle.js",
|
||||
],
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": "example/**",
|
||||
"rules": {
|
||||
"no-console": "off",
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user