File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
packages/smooth/src/webpack/loaders Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 29
29
"eslint" : " ^6.2.2" ,
30
30
"eslint-config-airbnb" : " ^18.0.1" ,
31
31
"eslint-config-prettier" : " ^6.1.0" ,
32
- "eslint-config-smooth" : " ^2.1.0 " ,
32
+ "eslint-config-smooth" : " ^2.1.1 " ,
33
33
"eslint-plugin-import" : " ^2.18.2" ,
34
34
"eslint-plugin-jsx-a11y" : " ^6.2.1" ,
35
35
"eslint-plugin-react" : " ^7.14.3" ,
Original file line number Diff line number Diff line change
1
+ /* eslint-disable prefer-object-spread */
1
2
/* eslint-disable no-restricted-syntax */
2
3
import babelLoader from 'babel-loader'
3
4
import preset from '../../babel/preset'
Original file line number Diff line number Diff line change @@ -4767,10 +4767,10 @@ eslint-config-prettier@^6.1.0:
4767
4767
dependencies :
4768
4768
get-stdin "^6.0.0"
4769
4769
4770
- eslint-config-smooth@^2.1.0 :
4771
- version "2.1.0 "
4772
- resolved "https://registry.yarnpkg.com/eslint-config-smooth/-/eslint-config-smooth-2.1.0 .tgz#56f625d1ff433c6e3858e5560cd23e8398e2d9d7 "
4773
- integrity sha512-+TqT1uySfIliRFSxkFCxBWcpi6oRzrTfza9mPKMkyJDQsehTKNDpAcM6qFgl5RGj2llUSI90ctVU5KotUAcC7A ==
4770
+ eslint-config-smooth@^2.1.1 :
4771
+ version "2.1.1 "
4772
+ resolved "https://registry.yarnpkg.com/eslint-config-smooth/-/eslint-config-smooth-2.1.1 .tgz#4dea6adb99571a5e80e1737f78a5f93b8ac5aef7 "
4773
+ integrity sha512-NfCzHEl8jcVMh+U8nHzNsi8IKr3IZzAI8j6qwLMRTt+0vzk2C/4mj40sCkwAtsqcwMaiteWEiFmKYn1HePxWSg ==
4774
4774
4775
4775
eslint-import-resolver-node@^0.3.2 :
4776
4776
version "0.3.2"
You can’t perform that action at this time.
0 commit comments