Kai Cataldo
|
37cf65c6f8
|
Add requireConfigFile option (babel/babel-eslint#743)
* Add requireConfigFile option
* Update README.md
|
2019-01-21 11:06:29 -05:00 |
|
Kai Cataldo
|
47de99e1b8
|
Use @babel/core#parse (babel/babel-eslint#711)
|
2019-01-10 15:25:00 -05:00 |
|
Kai Cataldo
|
bede064c0b
|
Major: remove parseNoPatch (babel/babel-eslint#733)
|
2019-01-07 09:55:16 -05:00 |
|
Brian Ng
|
990ea0f1ae
|
Drop old monkeypatching behavior (babel/babel-eslint#689)
An alternative to adding a direct dep on estraverse (https://github.com/babel/babel-eslint/pull/685), let's just drop the old monkeypatching behavior.
Closes babel/babel-eslint#685, Closes babel/babel-eslint#680
|
2018-09-25 13:07:46 -05:00 |
|
Kai Cataldo
|
97c9442511
|
Make 2018 the default ecmaVersion for rules relying on parserOptions (babel/babel-eslint#556)
|
2018-01-08 17:45:24 -05:00 |
|
Teddy Katz
|
e988a88af0
|
Fix: Prevent parseForESLint() behavior from changing after parse() is called (fixes babel/babel-eslint#558)(babel/babel-eslint#559)
* Prevent parseForESLint() behavior from changing after parse() is called
(fixes https://github.com/babel/babel-eslint/issues/558, fixes https://github.com/eslint/eslint/issues/9767)
* Avoid using the enhanced referencer after monkeypatching
* Chore: add test for babel/babel-eslint#558
* Pass correct scope analyzer options
* fix escope patch and improve tests
* remove process.exit(1)
|
2017-12-25 01:52:36 -05:00 |
|
Teddy Katz
|
d33839a9c3
|
Re-add parseNoPatch function (accidentally removed) (babel/babel-eslint#557)
|
2017-12-24 02:00:29 -05:00 |
|
Toru Nagashima
|
5d6d52f04e
|
Use new scopeManager/visitorKeys APIs (babel/babel-eslint#542)
(fixes https://github.com/eslint/eslint/issues/9762)
|
2017-12-24 15:42:17 +09:00 |
|