File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
packages/eslint-config-airbnb-base Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4747 "devDependencies" : {
4848 "babel-preset-airbnb" : " ^2.0.0" ,
4949 "babel-tape-runner" : " ^2.0.1" ,
50- "eslint" : " ^3.1.1 " ,
50+ "eslint" : " ^3.2.0 " ,
5151 "eslint-find-rules" : " ^1.11.1" ,
5252 "eslint-plugin-import" : " ^1.12.0" ,
5353 "in-publish" : " ^2.0.0" ,
5454 "tape" : " ^4.6.0"
5555 },
5656 "peerDependencies" : {
57- "eslint" : " ^3.1.1 " ,
57+ "eslint" : " ^3.2.0 " ,
5858 "eslint-plugin-import" : " ^1.12.0"
5959 },
6060 "engines" : {
Original file line number Diff line number Diff line change @@ -191,6 +191,10 @@ module.exports = {
191191 // disallow space between function identifier and application
192192 'no-spaced-func' : 2 ,
193193
194+ // disallow tab characters entirely
195+ // TODO: enable
196+ 'no-tabs' : 0 ,
197+
194198 // disallow the use of ternary operators
195199 'no-ternary' : 0 ,
196200
You can’t perform that action at this time.
0 commit comments