Skip to content

Commit

Permalink
Updated dev tool dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed May 31, 2021
1 parent f8d87a4 commit c982ccb
Show file tree
Hide file tree
Showing 23 changed files with 8,203 additions and 25,479 deletions.
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

5 changes: 2 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ module.exports = {
},
env: {
browser: true,
node: true
},
// https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention
// consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules.
extends: ['plugin:vue/essential'],
// required to lint *.vue files
plugins: [
'vue'
],
plugins: ['vue'],
// add your custom rules here
rules: {
// allow debugger during development
Expand Down
10 changes: 0 additions & 10 deletions .postcssrc.js

This file was deleted.

5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
41 changes: 0 additions & 41 deletions build/build.js

This file was deleted.

54 changes: 0 additions & 54 deletions build/check-versions.js

This file was deleted.

Binary file removed build/logo.png
Binary file not shown.
101 changes: 0 additions & 101 deletions build/utils.js

This file was deleted.

22 changes: 0 additions & 22 deletions build/vue-loader.conf.js

This file was deleted.

98 changes: 0 additions & 98 deletions build/webpack.base.conf.js

This file was deleted.

Loading

0 comments on commit c982ccb

Please sign in to comment.