Skip to content

Commit

Permalink
Update packages and eslintrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher4lis committed May 12, 2019
1 parent f0db6d3 commit 66ddbc1
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 204 deletions.
33 changes: 14 additions & 19 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
module.exports = {
env: {
browser: true,
es6: true
},
extends: 'eslint:recommended',
parserOptions: {
sourceType: 'module'
},
rules: {
indent: ['error', 4],
'linebreak-style': ['error', 'unix'],
quotes: ['error', 'single'],
semi: ['error', 'never']
},
globals: {
module: true,
require: true,
__dirname: true
}
env: {
browser: true,
es6: true
},
extends: 'eslint:recommended',
parserOptions: {
sourceType: 'module'
},
rules: {
indent: ['error', 4],
'linebreak-style': ['error', 'unix'],
quotes: ['error', 'single'],
semi: ['error', 'never']
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.2.2",
"html-webpack-plugin": "^3.2.0",
"prettier": "^1.13.5",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.7"
"prettier": "^1.17.0",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
}
}
Loading

0 comments on commit 66ddbc1

Please sign in to comment.