mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-22 03:56:49 +03:00
amd and browser as subconfig
This commit is contained in:
parent
3bedb14819
commit
22c0f32253
@ -14,7 +14,6 @@ module.exports = {
|
||||
},
|
||||
env: {
|
||||
browser: true,
|
||||
amd: true,
|
||||
node: true,
|
||||
es2021: true,
|
||||
},
|
||||
|
6
scripts/.eslintrc.js
Normal file
6
scripts/.eslintrc.js
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
browser: false,
|
||||
amd: true,
|
||||
},
|
||||
};
|
Loading…
Reference in New Issue
Block a user