step 1 : setting konfigurasi
This commit is contained in:
14
node_modules/axios-curlirize/.eslintrc.yml
generated
vendored
Normal file
14
node_modules/axios-curlirize/.eslintrc.yml
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
env:
|
||||
mocha: true
|
||||
browser: true
|
||||
es2021: true
|
||||
extends: 'eslint:recommended'
|
||||
parserOptions:
|
||||
ecmaVersion: 12
|
||||
sourceType: module
|
||||
rules: {
|
||||
no-prototype-builtins: 'off',
|
||||
no-console: 'off',
|
||||
no-undefined: 'off',
|
||||
no-undef: 'off',
|
||||
}
|
||||
Reference in New Issue
Block a user