Henry Zhu
1be2c47da6
chore(package): update babylon to version 6.13.0 ( babel/babel-eslint#420 )
...
https://greenkeeper.io/
2016-11-03 09:37:12 -04:00
Henry Zhu
8c12b515b8
chore(package): update eslint to version 3.9.1 ( babel/babel-eslint#419 )
...
https://greenkeeper.io/
2016-11-03 09:36:59 -04:00
Henry Zhu
93a4c3c699
7.1.0
2016-10-26 14:36:47 -04:00
Jordan Gensler
1d52247080
[import()] Adding support to lint dynamic imports ( babel/babel-eslint#413 )
...
* [import()] Adding support to lint dynamic imports
* [import()] Adding regression test to import
2016-10-17 14:40:06 -04:00
Steven Job
1f04cab99f
Now using template strings ( babel/babel-eslint#410 )
...
* Use template strings in non-regression tests
* Refactor non-regression tests to fix test failures
Moved backtick to fix test 'getter/setter babel/babel-eslint#218' as indent matters
Fixed line numbers for some tests
* Use template strings in babel-eslint tests
* Fix tests for babel-eslint
Avoids error that shows when using template strings for tests:
line 253 line comments
line 260 block comments
line 306 jsdoc
Error: At loc.start.column: are different (6 !== 0)
* Other small template literal changes
* Add unpad to correctly indent template literals
2016-10-17 19:27:20 +01:00
Daniel Tschinder
31f48f0651
Update test for eslint 3.8 ( babel/babel-eslint#412 )
...
* Update test for eslint 3.8
also ignore yarn lock
* Run lint only on latest version
2016-10-15 11:04:55 +02:00
Greenkeeper
610cf28dab
Update eslint-config-babel to version 2.0.1 🚀 ( babel/babel-eslint#408 )
...
* chore(package): update eslint-config-babel to version 2.0.1
https://greenkeeper.io/
* Fix plugin
2016-10-10 14:36:10 +02:00
Nick
994eea7a53
docs: Update built-in support notes in README ( babel/babel-eslint#398 ) [skip ci]
...
* docs: Update built-in support notes in README
eslint v3.6.0 supports ES2017 features
* docs: Update built-in support notes in README
eslint v3.6.0 supports ES2017 features
2016-09-29 21:25:35 +01:00
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