Kai Cataldo
|
bcd181f051
|
ESLint: disable max-len (#10727)
* ESLint: disable max-len
* Rename .eslintrc.json -> .eslintrc.js
* Fix up .eslintrc.js
|
2019-11-16 11:10:33 +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 |
|
Brian Ng
|
7499b0cab0
|
Merge pull request babel/eslint-config-babel#20 from babel/existentialism-patch-1
|
2018-09-11 10:28:37 -05:00 |
|
Brian Ng
|
288a74e55f
|
Re-add es6 env option (babel/eslint-config-babel#24)
|
2017-06-17 13:53:32 -05:00 |
|
Brian Ng
|
a2f678151d
|
Breaking: Drop style rules (babel/eslint-config-babel#22)
* Drop style rules
* es tweaks
* fix
* Update index.js
|
2017-06-17 13:35:03 -05:00 |
|
Daniel Tschinder
|
8a527d1ef5
|
Enable comma-dangle (babel/eslint-config-babel#19)
|
2017-02-20 17:45:06 +01:00 |
|
Daniel Tschinder
|
1ce807d5de
|
Enable key-spacing and no-multi-spaces (babel/eslint-config-babel#18)
Fixes babel/eslint-config-babel#16
|
2017-02-20 17:14:45 +01:00 |
|
Daniel Tschinder
|
773c340514
|
Add func-call-spacing rule (babel/eslint-config-babel#15)
|
2017-02-20 16:59:50 +01:00 |
|
Daniel Tschinder
|
3bbc507a3f
|
Add object-curly-spacing rule (babel/eslint-config-babel#14)
Fixes babel/eslint-config-babel#12
|
2017-01-14 22:00:42 +01:00 |
|
Daniel Tschinder
|
af4dcb616d
|
better indent switch, iife, multiline functions (babel/eslint-config-babel#10)
|
2017-01-14 13:51:41 +01:00 |
|
Daniel Tschinder
|
d4a1e97249
|
Add comma-spacing rule (babel/eslint-config-babel#11)
|
2017-01-14 13:51:22 +01:00 |
|
Henry Zhu
|
ff304c3890
|
fix
|
2017-01-10 12:26:45 -05:00 |
|
Henry Zhu
|
6117b83b55
|
Merge pull request babel/eslint-config-babel#9 from kaicataldo/prefer-const
Enable prefer-const
|
2017-01-08 22:19:01 -05:00 |
|
Henry Zhu
|
4819beb149
|
use builtin (babel/eslint-config-babel#8)
* use built-in
* Update package.json
|
2016-11-17 18:03:01 -05:00 |
|
Dan Harper
|
1536dfda0a
|
flowtype plugin (babel/eslint-config-babel#6)
|
2016-10-05 21:35:44 +01:00 |
|
Daniel Tschinder
|
0f87764827
|
Ensure unix line endings (babel/eslint-config-babel#4)
|
2016-10-01 18:12:35 +02:00 |
|
Daniel Tschinder
|
978f3392c5
|
Do not allow trailing spaces (babel/eslint-config-babel#3)
|
2016-10-01 18:12:29 +02:00 |
|
Daniel Tschinder
|
edcf1b59dd
|
Exchange flow plugin with new one (babel/eslint-config-babel#2)
* Change to eslint-plugin-flowtype
* Use new plugin
* Make dependencies peerDependencies
* Readd babel-eslint
|
2016-09-24 08:09:47 +02:00 |
|
Bo Borgerson
|
bfa69bbdb6
|
Add the "space-infix-ops" rule (babel/eslint-config-babel#1)
Require whitespace around infix operators.
The babel code base already mostly satisfies this. Nice to keep it that way.
This is used by Lerna, too.
|
2016-09-02 15:48:46 -07:00 |
|
Henry Zhu
|
a48f2e209c
|
fix bug with config, use other way of specifying severity
|
2016-06-29 17:33:26 -04:00 |
|
Henry Zhu
|
13feb7278e
|
init
|
2016-06-29 16:40:35 -04:00 |
|