Henry Zhu
8d48eecc2f
7.0.0
2016-09-27 12:35:24 -04:00
Henry Zhu
aa6c5ccd45
updates
2016-09-27 12:34:26 -04:00
Henry Zhu
3c414db312
remove eslint 2 logic ( babel/babel-eslint#361 )
...
* remove old code
* remove async/await logic before eslint supported it
* not needed
2016-09-27 12:32:10 -04:00
Ville Immonen
ce6d9df192
Remove the lodash.assign dependency ( babel/babel-eslint#393 )
...
lodash.assign is deprecated:
```
npm WARN deprecated lodash.assign@4.2.0: This package is deprecated.
Use Object.assign.
```
2016-09-27 18:32:52 +03:00
Greenkeeper
33343e6688
chore(package): update babylon to version 6.11.2 ( babel/babel-eslint#391 )
...
https://greenkeeper.io/
2016-09-27 14:43:22 +02:00
Greenkeeper
2339c8af0f
chore(package): update espree to version 3.3.1 ( babel/babel-eslint#394 )
...
https://greenkeeper.io/
2016-09-27 14:43:14 +02:00
Greenkeeper
93a73cc483
chore(package): update eslint to version 3.6.0 ( babel/babel-eslint#392 )
...
https://greenkeeper.io/
2016-09-27 14:43:03 +02:00
Henry Zhu
3d4e8cfea3
update test line number [skip ci]
2016-09-27 08:42:41 -04:00
Dan Harper
f97d83d847
eslint-plugin-flow-vars -> eslint-plugin-flowtype ( babel/babel-eslint#374 ) [skip ci]
2016-09-09 16:28:19 +01:00
Henry Zhu
9c70c76cfd
add deps for npm 2
2016-09-09 11:26:47 -04:00
Henry Zhu
313388b293
typo
2016-08-03 09:36:15 -04:00
Henry Zhu
2b812b087c
Merge pull request babel/babel-eslint#354 from babel/eslint-config-babel
...
Use eslint-config-babel
2016-08-03 09:34:51 -04:00
Greenkeeper
481329a47e
chore(package): update mocha to version 3.0.0 ( babel/babel-eslint#356 )
...
https://greenkeeper.io/
2016-08-02 04:34:39 +02:00
Henry Zhu
50e0abfd16
Drop node < 4 ( babel/babel-eslint#358 )
2016-08-01 15:00:01 -04:00
Daniel Tschinder
0534eb7644
Fix tests for eslint 3.2 ( babel/babel-eslint#352 )
2016-07-30 19:44:42 +02:00
Daniel Tschinder
289bf4f84a
Add note about eslint 3 [skip ci]
2016-07-11 01:18:41 +02:00
Daniel Tschinder
af44a1cc83
Test eslint 3 and 2 on travis ( babel/babel-eslint#340 )
...
closes babel/babel-eslint#332
2016-07-11 00:28:57 +02:00
Daniel Tschinder
0cb35ab04e
Fix tests for eslint 3.0
...
Seems that eslint got a lot smarter and reports vars that are used, but are useless as unused
These examples are also failing with espree
2016-07-10 23:47:44 +02:00
Henry Zhu
b0dbbfcc03
6.1.2
2016-07-09 11:40:34 -04:00
Toru Nagashima
1766a21145
Fix: improve handling of class properties ( fixes babel/babel-eslint#337 ) ( babel/babel-eslint#338 )
...
I added ClassProperty method into Referencer of escope. This method will
address class properties and those type anotations.
2016-07-10 00:40:08 +09:00
Henry Zhu
52d9c34465
6.1.1
2016-07-08 14:23:39 -04:00
Henry Zhu
9ee5e6e59c
Create a variable for class properties in scope instead of deleting the key ( babel/babel-eslint#336 )
2016-07-08 14:23:04 -04:00
Henry Zhu
66a4cf578f
remove hardcoded strict mode value ( babel/babel-eslint#331 )
2016-06-27 01:53:27 -04:00
Daniel Tschinder
19baee2242
Add testcase for space-comment and shebang babel/babel-eslint#163
...
This works as of babylon 6.8.2
2016-06-26 22:50:50 +02:00
Daniel Tschinder
ce54b07e2d
Testcase for newline-before-return shouldn't fail with comments. ( babel/babel-eslint#300 )
2016-06-26 21:52:39 +02:00
Henry Zhu
167b8bf0a0
6.1.0
2016-06-22 16:37:11 -04:00
rhettlivingston
ab9afd33d1
Add allowImportExportEverywhere parserOption ( babel/babel-eslint#327 ) ( babel/babel-eslint#329 )
...
* Add allowImportExportEverywhere parserOption (babel/babel-eslint#327 )
* Added "allowImportExportEverywhere option (babel/babel-eslint#327 )" test.
2016-06-22 16:36:47 -04:00
Henry Zhu
4d473c3305
6.0.5
2016-06-20 17:12:33 -04:00
Daniel Tschinder
93a9a8d638
Reset TypeParameters to Identifier ( babel/babel-eslint#325 )
2016-06-20 23:11:38 +02:00
Henry Zhu
c8fe9136d7
add a message about using the default parser ( babel/babel-eslint#306 )
...
* add a message about using the default parser
* decrease the size
2016-05-02 08:41:41 -04:00
Daniel Tschinder
97af2b0b62
Add regression test for babel/babel-eslint#223 ( babel/babel-eslint#305 )
2016-04-29 23:23:13 +02:00
Daniel Tschinder
81ce743986
Add node 6 to travis tests.
2016-04-29 23:22:40 +02:00
Daniel Tschinder
2b66040f0d
Add tests for two issues and rename test suite ( babel/babel-eslint#304 )
2016-04-29 23:07:02 +02:00
Daniel Tschinder
872449d6fc
Add configuration section to README ( babel/babel-eslint#303 )
2016-04-26 18:11:33 +02:00
Henry Zhu
a2f345b24b
add changelog command
2016-04-25 18:00:58 -04:00
Henry Zhu
161edcca48
6.0.4
2016-04-25 17:55:19 -04:00
Rafał Ruciński
cfd35799da
Fix parent not being set for decorator nodes. ( babel/babel-eslint#296 )
2016-04-25 23:51:43 +02:00
Daniel Tschinder
0ccbceb9e8
Ensure strictmode is enabled/disabled when changing sourceType ( babel/babel-eslint#302 )
2016-04-25 15:41:43 +02:00
Daniel Tschinder
cbc0475634
Update lodash and replace pick by pickBy ( babel/babel-eslint#301 )
2016-04-25 01:14:39 +02:00
Daniel Tschinder
cf456bfe4a
Fix escope to take sourceType and ecmaVersion from options ( babel/babel-eslint#288 )
...
escope was hardcoded to sourcetype: "module" and ecmaVersion: "6"
This changes it to take the configuration from the eslint options and still
defaulting to "module" and "6".
This is done by having to global variables, as monkeypatch is only triggered once.
To fix scoping issues, the same logic as in eslint is applied. It disables the nodejs scope
if the sourceType is module.
2016-04-20 02:56:15 +02:00
Rafał Ruciński
fd36e3cf8d
Declare eslint call more simply in the scripts. ( babel/babel-eslint#297 )
2016-04-20 02:55:24 +02:00
Rafał Ruciński
149dd082f3
Add root: true to eslint config. ( babel/babel-eslint#294 )
...
This prevents taking user's eslint config files that are higher in the
directory structure into consideration.
2016-04-18 04:01:15 +02:00
Rafał Ruciński
44ff360379
Make npm scripts work on Windows too. ( babel/babel-eslint#295 )
2016-04-18 03:59:08 +02:00
Henry Zhu
8a089b65fb
6.0.2
2016-03-31 19:14:07 -04:00
Henry Zhu
3c9ef8ec7e
Merge pull request babel/babel-eslint#285 from josh/revert-282-no-implicit-globals-regression
...
Revert "Fix processing sourceType: script"
2016-03-31 19:09:30 -04:00
Henry Zhu
1fe0d4a94b
Merge pull request babel/babel-eslint#282 from josh/no-implicit-globals-regression
...
Fix processing sourceType: script
2016-03-31 16:49:31 -04:00
Henry Zhu
cccce9d0ab
update install instructions for eslint 1 and 2
2016-03-28 18:23:37 -04:00
Henry Zhu
c6401945d9
6.0.0
2016-03-25 23:51:29 -04:00
Henry Zhu
c6a69b763f
6.0.0-beta.6
2016-03-14 08:37:34 -04:00
Henry Zhu
080f0c7b22
Merge pull request babel/babel-eslint#273 from mysticatea/fix-monkeypatching-for-2.3.0
...
Fix: Remove throwing an error when estraverse-fb has not found.
2016-03-14 08:36:44 -04:00