Skip to content

Commit

Permalink
Bump to v2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elhebert authored Jan 30, 2017
2 parents 3fd0be9 + 76e4b64 commit fcac411
Show file tree
Hide file tree
Showing 21 changed files with 2,054 additions and 277 deletions.
13 changes: 6 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
parserOptions: {
sourceType: 'module',
},
extends: 'airbnb-base',
extends: 'standard',
// required to lint *.vue files
plugins: [
'html',
Expand All @@ -22,12 +22,11 @@ module.exports = {
},
// add your custom rules here
'rules': {
// don't require .vue extension when importing
'import/extensions': ['error', 'always', {
'js': 'never',
'vue': 'never',
}],
// allow paren-less arrow functions
'arrow-parens': 0,
// allow async-await
'generator-star-spacing': 0,
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
},
};
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
node_modules
.DS_Store
.eslintcache
99 changes: 0 additions & 99 deletions FineUploader.vue

This file was deleted.

Loading

0 comments on commit fcac411

Please sign in to comment.