w0rp
|
71d34fc0c6
|
Fix #1132 - Parse react error codes again for ESLint
|
2017-11-16 09:34:24 +00:00 |
|
w0rp
|
8a3a2da87e
|
#852 Capture error codes for ESLint
|
2017-11-13 23:23:06 +00:00 |
|
w0rp
|
6e681d9066
|
Fix #971 - Add an option for turning errors about missing eslint config files off.
|
2017-10-28 12:11:33 +01:00 |
|
w0rp
|
5091e2de45
|
Get fixer tests to work on Windows
|
2017-10-01 20:23:41 +01:00 |
|
w0rp
|
7f42aedaec
|
Use the same function for finding the ESLint config for eslint --fix and prettier-eslint
|
2017-09-12 09:20:31 +01:00 |
|
w0rp
|
7c2a5052a8
|
Fix #895 - Run Node.js scripts with node.exe instead of node on Windows
|
2017-08-31 13:12:24 +01:00 |
|
Eric Stern
|
2f19cf874b
|
Suppress warning about .eslintignore'd file (#836)
* Suppress warning about .eslintignore'd file
* Fix slightly ironic lint error
* Lock error suppression behind a variable; add docs and tests
|
2017-08-22 21:35:09 +01:00 |
|
w0rp
|
a535d07f28
|
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
|
2017-08-08 08:39:13 +01:00 |
|
w0rp
|
50d952b07d
|
Print messages about imports used when modules are turned off
|
2017-06-20 17:38:21 +01:00 |
|
w0rp
|
a105aa90a5
|
Fix #668 - Support eslint for TypeScript
|
2017-06-20 10:50:38 +01:00 |
|
w0rp
|
7517fd8226
|
Move all functions for fixing things to autoload/ale/fixers, and only accept the lines of input where needed.
|
2017-06-07 14:02:29 +01:00 |
|
w0rp
|
c4f22186bd
|
Refactor running of local Node programs with a helper function
|
2017-05-27 17:11:03 +01:00 |
|
w0rp
|
3840cebbc4
|
Automatically use eslint_d for eslint, when available
|
2017-05-25 22:34:59 +01:00 |
|
w0rp
|
2e442a2cab
|
Fix initialization of the use_global variable for eslint
|
2017-05-22 09:38:33 +01:00 |
|
w0rp
|
3532257a1a
|
Detect more eslint configuration files for fixing errors
|
2017-05-20 23:41:54 +01:00 |
|
w0rp
|
7d8390d43e
|
Add experimental code for fixing errors
|
2017-05-20 19:02:36 +01:00 |
|