Initial commit: webpack building a blank canvas
This commit is contained in:
9
.eslintrc.js
Normal file
9
.eslintrc.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
"extends": "airbnb-base",
|
||||
"plugins": [
|
||||
"import"
|
||||
],
|
||||
"env": {
|
||||
"browser": true,
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user