Skip to content

Commit

Permalink
chore(client addon): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Dec 21, 2018
1 parent 0b01d62 commit f190d86
Show file tree
Hide file tree
Showing 5 changed files with 3,432 additions and 2,235 deletions.
6 changes: 3 additions & 3 deletions client-addon/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
module.exports = {
root: true,
env: {
node: true
node: true,
},
'extends': [
'plugin:vue/essential',
'@vue/standard'
'@vue/standard',
],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'comma-dangle': ['error', 'always-multiline'],
},
parserOptions: {
parser: 'babel-eslint'
parser: 'babel-eslint',
},
globals: {
'ClientAddonApi': false,
Expand Down
6 changes: 3 additions & 3 deletions client-addon/.postcssrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {}
}
}
autoprefixer: {},
},
}
4 changes: 2 additions & 2 deletions client-addon/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
'@vue/app',
],
}
2 changes: 1 addition & 1 deletion client-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"@vue/cli-ui": "^3.0.0",
"@vue/eslint-config-standard": "^3.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.5.16"
Expand Down
Loading

0 comments on commit f190d86

Please sign in to comment.