Commit Graph

29 Commits

Author SHA1 Message Date
Evan You
83f5f4fced fix(eslint): ensure all config values are contained in config file
close #1006, close #1313
2018-05-18 18:11:30 -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
c2aac9e4eb refactor: merge skipGit and initialCommit options 2018-04-27 13:08:21 -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
3070364b60 test: bump write wait on CI 2018-02-28 18:17:12 -05:00
Evan You
6e4870c6a1 chore: bump deps & fix tests 2018-02-28 17:08:12 -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
0468022fdb test: fix eslint related tests 2018-02-09 11:43:43 -05:00
Evan You
dd04add39e feat: support using ESLint to lint TypeScript 2018-02-07 15:46:59 -05:00
Evan You
120d5c5256 fix: move linkBin into @vue/cli since it requires node 8 2018-01-29 22:05:31 -05:00
Evan You
c2583e4658 feat: move babel-preset and eslint-plugin as deps of plugins 2018-01-26 16:21:40 -05:00
Evan You
100c5c66e7 feat: complete prettier integration 2018-01-16 14:24:48 -05:00
Evan You
712fd580c8 await linkBin in eslint test 2018-01-11 10:07:44 -05:00
Evan You
db9be90e4a fix executable linking on windows for real 2018-01-11 10:05:37 -05:00
Evan You
cc35923452 Revert "move all deps to dependencies instead of devDependencies"
This reverts commit be4bf6fd7d.
2018-01-10 14:50:39 -05:00
Evan You
be4bf6fd7d move all deps to dependencies instead of devDependencies 2018-01-10 11:18:30 -05:00
Evan You
071beecf66 fix test symlink on windows 2018-01-10 10:58:30 -05:00
Evan You
2d0a226e96 fix eslint save on commit test 2018-01-08 23:47:29 -05:00
Evan You
4c42b333b9 do not fix on save 2018-01-07 18:39:01 -05:00
Evan You
4645ca70fc test lint on save 2018-01-07 11:37:43 -05:00
Evan You
91b262245e make tests work on appveyor 2018-01-07 10:02:50 -05:00
Evan You
7db29118ef test lint on commit 2018-01-06 22:33:38 -05:00
Evan You
692f1bf13f extract serveWithPuppeteer helper 2018-01-06 21:54:05 -05:00
Evan You
ba9c4ed080 switch to yorkie for git hook management 2018-01-06 01:10:20 -05:00
Evan You
4fb8484ce5 toContain -> toMatch 2018-01-05 18:05:41 -05:00
Evan You
4e6024b2d6 use execa for cross-platform-ness 2018-01-05 17:38:40 -05:00
Evan You
93178554e0 increase eslint test timeout 2018-01-05 13:51:56 -05:00
Evan You
5bfeb404a4 try fix ci 2018-01-05 13:27:07 -05:00
Evan You
0151a8182d initial plugin tests 2018-01-05 13:13:39 -05:00