Commit Graph

128 Commits

Author SHA1 Message Date
Derek Henscheid
9ac2642aa1 feat(eslint): pass cli arguments to linter (#1258)
close #1255
2018-05-18 18:09:06 -04:00
JK
ab877a23cd feat(eslint): add --max-warnings and --max-errors for cli-plugin-eslint (#1289)
close #1268
2018-05-18 18:05:55 -04:00
Evan You
1dfe73bb5e docs: update late install instructions 2018-05-17 14:56:00 -04:00
Evan You
0fd2bb23fe v3.0.0-beta.10 2018-05-11 00:02:58 -04:00
Evan You
8fdb8d9684 chore: pre release sync 2018-05-11 00:02:51 -04:00
Evan You
f5c0f58673 feat: upgrade to vue-loader 15
BREAKING CHANGE: the "vueLoader" option has been removed. To modify vue-loader
options, use chainWebpack then `config.module.rule(vue).use(vue-loader).tap()`.
vue-loader has been upgraded to v15 and expects different options from v14.
2018-05-04 18:58:11 -04:00
Evan You
da4d0b2e2a feat: relex transpile includes + new transpileDependencies option
BREAKING CHANGE: To include a dependency for Babel transpilation, tapping
babel-loader and adding .include() will no longer work. Use the new
transpileDependencies option instead.
2018-05-03 18:18:27 -04:00
Evan You
6b865dbc85 refactor: require Node 8
BREAKING CHANGE: @vue/cli-service and all plugins now require Node version 8+.
2018-04-30 18:35:36 -04:00
Evan You
acc7b8ae6f v3.0.0-beta.9 2018-04-27 22:35:57 -04:00
Evan You
41d7a7441e chore: pre release sync 2018-04-27 22:35:52 -04:00
Evan You
0c493f86a2 v3.0.0-beta.8 2018-04-27 19:40:59 -04:00
Evan You
a77eedcd6e chore: pre release sync 2018-04-27 19:40:54 -04:00
Evan You
c2aac9e4eb refactor: merge skipGit and initialCommit options 2018-04-27 13:08:21 -04:00
Evan You
9cfafea328 refactor(cli): default to .js for eslintrc and postcssrc
close #994
2018-04-27 12:45:45 -04:00
Evan You
9b379a0ef6 docs: document lintOnSave default to true 2018-04-26 22:53:45 -04:00
Evan You
3d294588a7 fix: include test -> tests for eslint-loader 2018-04-26 22:53:45 -04:00
Derek Henscheid
83171e4029 fix(eslint): fix --no-fix flag when linting with typescript plugin (#1115) 2018-04-26 15:20:07 -04:00
Evan You
9842b149f0 v3.0.0-beta.7 2018-04-25 10:58:49 -04:00
Evan You
a6f612b1c3 chore: pre release sync 2018-04-25 10:58:41 -04:00
Evan You
c9d7feffa1 chore: upgrade deps 2018-04-25 10:48:46 -04:00
Evan You
1cae990520 v3.0.0-beta.6 2018-03-06 15:30:41 -05:00
Evan You
c403a3d821 chore: pre release sync 2018-03-06 15:30:24 -05:00
Evan You
3894308af7 chore: bump deps 2018-03-06 11:52:48 -05:00
Evan You
b162cab1dc fix: do not exit with 1 on lint warnings (fix #872) 2018-03-06 10:29:44 -05:00
Evan You
c8750c62d5 v3.0.0-beta.5 2018-03-05 18:01:13 -05:00
Evan You
1a83ffa321 chore: pre release sync 2018-03-05 18:01:08 -05:00
Evan You
3683b94ccc v3.0.0-beta.4 2018-03-05 14:42:38 -05:00
Evan You
c66b0b28ae chore: pre release sync 2018-03-05 14:42:32 -05:00
Evan You
28e3284895 v3.0.0-beta.3 2018-03-02 22:28:28 -05:00
Evan You
54b51c008e chore: pre release sync 2018-03-02 22:28:23 -05:00
Evan You
c40a88d505 fix: include root config files in lint (close #913) 2018-03-02 22:18:03 -05:00
Evan You
626eb36889 v3.0.0-beta.2 2018-02-28 18:45:28 -05:00
Evan You
932b1d7dd2 chore: pre release sync 2018-02-28 18:45:28 -05:00
Evan You
3070364b60 test: bump write wait on CI 2018-02-28 18:17:12 -05:00
Evan You
64b4515731 refactor: change default test directory name to "tests"
BREAKING CHANGE: all tests are now located in "tests" instead of "test"
close #877
2018-02-28 18:07:06 -05:00
Evan You
00ec67bc35 chore: remove unnecessary log 2018-02-28 17:22:48 -05:00
Evan You
6e4870c6a1 chore: bump deps & fix tests 2018-02-28 17:08:12 -05:00
Evan You
17cd664452 v3.0.0-beta.1 2018-02-16 11:50:10 +01:00
Evan You
8963a88b66 chore: pre release sync 2018-02-16 11:50:00 +01:00
Evan You
e8f036b837 fix: also include import rule in eslint plugin 2018-02-16 11:43:49 +01:00
Evan You
9f5d0b9628 fix: fix eslint-loader for TypeScript 2018-02-16 11:02:15 +01:00
Evan You
82d71ebe31 v3.0.0-alpha.13 2018-02-13 13:27:35 -05:00
Evan You
00c7cb4828 chore: pre release sync 2018-02-13 13:27:30 -05:00
Evan You
194172b78f v3.0.0-alpha.12 2018-02-12 17:11:29 -05:00
Evan You
791520a8fe chore: pre release sync 2018-02-12 17:11:24 -05:00
Evan You
9040df84cb feat: lintOnSave no longer causes compilation to fail
close #817
2018-02-12 16:24:28 -05:00
Evan You
07f924b37c v3.0.0-alpha.11 2018-02-09 13:24:44 -05:00
Evan You
256d541307 chore: pre release sync 2018-02-09 13:24:39 -05:00
Evan You
0468022fdb test: fix eslint related tests 2018-02-09 11:43:43 -05:00
Evan You
c2e32285e7 fix(eslint): load node env by default (fix #806) 2018-02-09 11:26:33 -05:00