Kai Cataldo
2d8edf7c6f
Add note about experimental nature of @babel/eslint-* packages ( #11493 )
...
[skip ci]
2020-04-28 07:28:04 +02:00
Kai Cataldo
5aa368cec1
Centralize @babel/eslint-* tests ( #11106 )
...
* Centralize @babel/eslint-* tests
* Enable linting of @babel/eslint-* test files
* Add missing sourceType
2020-02-08 10:04:49 -05:00
Nicolò Ribaudo
8fce431d88
Revert "chore: specify package type ( #10849 )" ( #11003 )
...
This reverts commit e8dac621de9dba27b47646169562c0a0c2e02c96.
Fixes installs when using npm <= 3.9.5 (Node.js <= 6.2.2)
2020-01-13 21:18:42 +01:00
Kai Cataldo
d8e6219ad9
@babel/eslint-plugin: Update rules/tests to use @babel/eslint-parser ( #10977 )
...
* Use @babel/eslint-parser for tests
* Update rules/tests
* Update docs
* add @babel/eslint-shared-fixtures to package.json
* remove bug fix
* convert RuleTester to ESM
* Update devDep versions
2020-01-11 20:42:21 +01:00
Kai Cataldo
4cb2148273
@babel/eslint-plugin: remove deprecated rules ( #10975 )
2020-01-10 20:22:39 +01:00
Huáng Jùnliàng
e8dac621de
chore: specify package type ( #10849 )
2020-01-09 21:40:15 -05:00
Kai Cataldo
7f732ad019
Clean up @babel/eslint-plugin ( #10756 )
...
* Clean up @babel/eslint-plugin
* Add directory field to package.json
* Update eslint/babel-eslint-plugin/README.md
Co-Authored-By: Huáng Jùnliàng <jlhwung@gmail.com>
* Incorporate feedback :)
2019-11-25 17:15:34 -05:00
Kai Cataldo
d18d0b6478
Run Prettier
2019-11-17 23:31:38 -05:00
Kai Cataldo
53a3dac011
Clean up eslint/* directories ( #10729 )
2019-11-17 11:01:10 +01:00
Raja Sekar
f087cf842f
Mocha to jest migration for eslint packages ( #10716 )
...
* migrated mocha to jest
* migrated mocha to jest - 2
* migrated mocha to jest - removed preversion hook from script
* migrated mocha to jest - 3
* migrated mocha to jest - 4
* cleanup
* review
* review
2019-11-16 12:32:19 +01:00
Nicolò Ribaudo
5ca8acdb38
Do not automatically publish eslint packages ( #10722 )
...
* Do not automatically publish eslint packages
* Fix
* Fix
* Fix
* Fix
* Fix
2019-11-16 11:09:18 +01:00
Nicolò Ribaudo
d56911b88d
Reorganize meta files for ESLint packages ( #10714 )
...
* Move COC and CONTRIBUTING
* Add changelog links
* Reorganize gitignore and licenses
2019-11-16 01:10:26 +01:00
Nicolò Ribaudo
b4c42601d1
Fix linting in ESLint packages ( #10712 )
...
* Lint eslint/*
* Run "make fix-js"
* Fix remaining problems
* Remove linting from subpackages
* Remove husky
* Add back eslint dep
2019-11-14 22:05:26 +01:00
Raja Sekar
927b89bec8
removed yarn lock from eslint packages ( #10711 )
2019-11-14 21:46:40 +01:00
fergald
f3e2752df3
Support private properties in no-invalid-this ( babel/eslint-plugin-babel#183 )
...
* add failing test
* support ClassPrivateProperty
2019-08-24 17:12:15 +09:00
dependabot[bot]
693fa1aa0d
Bump js-yaml from 3.11.0 to 3.13.1 ( babel/eslint-plugin-babel#177 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.11.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.11.0...3.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-07-15 18:52:01 +02:00
dependabot[bot]
7061d966ab
Bump lodash from 4.17.4 to 4.17.14 ( babel/eslint-plugin-babel#181 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.4 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.14 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-07-12 20:20:59 -05:00
Brian Ng
ebe197f12e
5.3.0
2018-11-15 09:13:03 -06:00
Ville Saukkonen
eccbdab734
Camelcase - support for optional chaining ( babel/eslint-plugin-babel#163 )
2018-11-08 17:47:03 +02:00
Brian Ng
2358ed1bf9
5.2.1
2018-09-27 09:09:40 -05:00
Brian Ng
e8c0f529a0
Fix missing valid-typeof export ( babel/eslint-plugin-babel#165 )
2018-09-27 08:20:52 -05:00
Brian Ng
7c97b5587a
5.2.0
2018-09-06 10:45:30 -05:00
Brian Ng
d86c6dd449
Add valid-typeof rule with support for BigInt ( babel/eslint-plugin-babel#161 )
2018-09-06 10:39:48 -05:00
Brian Ng
f70f68e44a
Update readme for opt call support in no-unused-expressions [skip ci] ( babel/eslint-plugin-babel#160 )
2018-09-05 09:41:55 -05:00
Brian Ng
d03a00c1a4
mocha@5.2.0 ( babel/eslint-plugin-babel#159 )
2018-09-05 09:26:43 -05:00
Brian Ng
b3ce66b1ff
Merge pull request babel/eslint-plugin-babel#158 from lehni/fix/optional-call-expression-in-no-unused-expressions
2018-09-05 09:20:31 -05:00
Brian Ng
2ea80c845e
Merge pull request babel/eslint-plugin-babel#157 from amilajack/patch-1
...
Test against modern node versions
2018-09-04 10:34:28 -05:00
Brian Ng
3e7fe7b25e
5.1.0
2018-04-20 08:49:02 -05:00
Brian Ng
562deb8f09
Merge pull request babel/eslint-plugin-babel#144 from babel/issue142
...
Fix bug with semi rule with class properties and omitLastInOneLineBlock option
2018-04-19 23:30:41 -05:00
Brian Ng
ae68b5bf24
Refresh new-cap tests
2018-04-18 20:33:36 -05:00
Brian Ng
5b5d9a5dec
eslint-rule-composer@0.3.0
2018-04-18 20:29:53 -05:00
Brian Ng
bc15f0627d
Merge pull request babel/eslint-plugin-babel#131 from lyleunderwood/do-expressions
...
add no-unused-expressions with do expressions support
2018-04-18 20:25:42 -05:00
Henry Zhu
1037e37418
5.0.0
2018-03-31 08:42:29 -04:00
Brian Ng
8e49bbbb09
Add quotes rule to index
2018-03-30 09:28:48 -05:00
Brian Ng
550dcfc96a
Merge pull request babel/eslint-plugin-babel#139 from babel/quotes-jsxfragment
...
Add babel/quotes rule for JSXFragment workaround
2018-03-30 09:11:10 -05:00
Brian Ng
2624190887
Update deprecation table with versions
2018-03-30 09:09:23 -05:00
Brian Ng
b41b3af879
Merge pull request babel/eslint-plugin-babel#138 from babel/composer
...
Refactor rules to use eslint-rule-composer
2018-03-30 08:34:43 -05:00
Henry Zhu
15c5245d55
4.1.2
2017-07-25 16:42:26 -04:00
Brandon Kobel
da75b8484f
Modifying semi rule to support for await ( babel/eslint-plugin-babel#126 )
2017-05-10 12:09:23 -04:00
Henry Zhu
dc0109ad3d
4.1.1
2017-03-06 10:48:48 -05:00
Jason Quense
399c182ab5
Merge pull request babel/eslint-plugin-babel#123 from daltones/master
...
Deprecate rule `no-await-in-loop`
2017-03-04 09:35:33 -05:00
Henry Zhu
c548da9d36
4.1.0
2017-02-27 15:00:01 -05:00
Aaron Jensen
71202609b5
Add babel semi ( babel/eslint-plugin-babel#121 )
...
* Add semi from eslint
* Add ClassProperty support to semi rule
Fixes babel/eslint-plugin-babel#43
2017-02-27 11:58:50 -08:00
Henry Zhu
4b52a4c707
4.0.1
2017-01-18 18:03:24 -05:00
Matthew Wagerfield
7f94d5f75f
Updated rules to new format, added deprecated flag ( babel/eslint-plugin-babel#119 )
2017-01-18 23:01:31 +00:00
Henry Zhu
3855f28ebb
4.0.0
2016-11-17 16:46:29 -05:00
Henry Zhu
9c9bff745c
readme: drop node < 4 [skip ci]
2016-11-17 16:45:47 -05:00
Henry Zhu
d38551cc23
Breaking: Deprecate built-in rules ( babel/eslint-plugin-babel#115 )
...
* Deprecate built-in rules
* fix update to babel-eslint 7 with awaitexpression
* deprecate flow-object-type
2016-11-17 16:39:04 -05:00
greenkeeper[bot]
48010c551b
chore(package): update dependencies ( babel/eslint-plugin-babel#109 )
...
https://greenkeeper.io/
2016-11-17 15:23:38 -05:00
Mathieu M-Gosselin
5b5f8e32a0
Updated Node versions to test against in the Travis configuration. ( babel/eslint-plugin-babel#110 )
2016-11-17 15:23:23 -05:00