Commit Graph

25 Commits

Author SHA1 Message Date
Haoqun Jiang
f819f5154f fix: respect command line --ignore-pattern option 2019-02-17 19:09:50 +08:00
Haoqun Jiang
2b6dba3110 feat: add --no-fix-warnings option (#3307) 2019-01-22 00:29:57 +08:00
Haoqun Jiang
febd386488 fix: only add custom ignorePattern when no .eslintignore exists (#3325)
closes #3243
2019-01-21 20:50:24 +08:00
Haoqun Jiang
90d387f650 fix: fix eslint cwd confusion during onCreateComplete hook execution (#3212)
* fix: fix eslint cwd confusion during onCreateComplete hook execution

fixes #2554
fixes #3142

* fix: do not mock process.cwd during invoking
2018-12-30 17:45:07 +08:00
Haoqun Jiang
d6f6098ef7 fix: when lint default paths, don't try to lint non-existent or ignored paths
fixes #3167
2018-12-27 01:21:33 +08:00
Haoqun Jiang
becde3056b fix: should fallback to local eslint, fixes instant prototyping
closes #2866
2018-11-02 22:48:11 +08:00
Haoqun Jiang
0149444e45 fix: add cwd path prefix to globby patterns 2018-10-31 19:50:24 +08:00
Haoqun Jiang
ccc146b0fa fix: check if glob patterns matches any files before linting
closes #2854
closes #2860
2018-10-31 19:22:53 +08:00
Michał Sajnóg
c50051262f fix(cli-plugin-eslint): Resolve proper ESLint package (#2560) 2018-10-29 19:15:46 +08:00
Evan You
b81d11e20c fix: also lint nested js files starting with dot 2018-08-18 15:50:15 -04:00
Evan You
8189f201c3 fix(eslint): lint command should also lint config files starting with dot
close #2228
2018-08-15 18:34:55 -04:00
Evan You
7ce91c89f2 workflow: enable eslint node/no-extraneous-require 2018-05-30 10:25:33 -04:00
Guillaume Chau
9b4970cc82 chore: merge dev 2018-05-19 04:18:39 +02:00
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
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
Guillaume Chau
f674aa69c6 chore: merge dev 2018-04-28 15:33:24 +02:00
Derek Henscheid
83171e4029 fix(eslint): fix --no-fix flag when linting with typescript plugin (#1115) 2018-04-26 15:20:07 -04:00
Guillaume Chau
1a48c9fc3e feat(ui): plugin invoke 2018-03-14 14:49:52 +01: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
c40a88d505 fix: include root config files in lint (close #913) 2018-03-02 22:18:03 -05:00
Evan You
dd04add39e feat: support using ESLint to lint TypeScript 2018-02-07 15:46:59 -05:00
Evan You
4c42b333b9 do not fix on save 2018-01-07 18:39:01 -05:00
Evan You
812214170c lint on commit 2018-01-01 13:24:27 -05:00
Evan You
3d52588168 lint after create 2018-01-01 01:23:00 -05:00