File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ module.exports = {
21
21
'no-plusplus' : [ "error" , { "allowForLoopAfterthoughts" : true } ] , // x++ is used very often in cycles
22
22
'class-methods-use-this' : 0 , // it't not required to use this in class methods
23
23
'no-bitwise' : [ "error" , { "allow" : [ "~" ] } ] , // allow to use ~x.indexOf
24
+ 'no-restricted-syntax' : 0 , // for..of is used at tests
24
25
'output-todo-comments/output-todo-comments' : [
25
26
'warn' , {
26
27
terms : [ 'todo' ] ,
Original file line number Diff line number Diff line change 108
108
"eslint" : " ^3.8.1" ,
109
109
"eslint-config-airbnb-base" : " ^9.0.0" ,
110
110
"eslint-loader" : " ^1.6.0" ,
111
- "eslint-plugin-import" : " ^1.16.0 " ,
111
+ "eslint-plugin-import" : " ^2.0.1 " ,
112
112
"eslint-plugin-output-todo-comments" : " 0.0.6" ,
113
113
"ghooks" : " ^1.3.2" ,
114
114
"if-env" : " ^1.0.0" ,
128
128
"karma-webpack" : " ^1.8.0" ,
129
129
"karma-webpack-with-fast-source-maps" : " ^1.10.0" ,
130
130
"npm-check-updates" : " ^2.8.5" ,
131
- "npm-registry-client" : " ^7.2.1 " ,
131
+ "npm-registry-client" : " ^7.3.0 " ,
132
132
"optimist" : " ^0.6.1" ,
133
133
"semantic-release" : " ^4.3.5" ,
134
134
"shx" : " ^0.1.4" ,
You can’t perform that action at this time.
0 commit comments