first
This commit is contained in:
18
node_modules/postcss-pxtorem/.eslintrc.js
generated
vendored
Normal file
18
node_modules/postcss-pxtorem/.eslintrc.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
commonjs: true,
|
||||
es6: true,
|
||||
node: true
|
||||
},
|
||||
extends: "eslint:recommended",
|
||||
globals: {
|
||||
Atomics: "readonly",
|
||||
SharedArrayBuffer: "readonly"
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: 2018
|
||||
},
|
||||
rules: {
|
||||
"no-console": 1
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user