Skip to content

Commit f5c5dc1

Browse files
committed
chore(linter): fix issues
1 parent 35a3ebd commit f5c5dc1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "^6.2.2",
3030
"eslint-config-airbnb": "^18.0.1",
3131
"eslint-config-prettier": "^6.1.0",
32-
"eslint-config-smooth": "^2.1.0",
32+
"eslint-config-smooth": "^2.1.1",
3333
"eslint-plugin-import": "^2.18.2",
3434
"eslint-plugin-jsx-a11y": "^6.2.1",
3535
"eslint-plugin-react": "^7.14.3",

packages/smooth/src/webpack/loaders/smooth-babel-loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable prefer-object-spread */
12
/* eslint-disable no-restricted-syntax */
23
import babelLoader from 'babel-loader'
34
import preset from '../../babel/preset'

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4767,10 +4767,10 @@ eslint-config-prettier@^6.1.0:
47674767
dependencies:
47684768
get-stdin "^6.0.0"
47694769

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==
47744774

47754775
eslint-import-resolver-node@^0.3.2:
47764776
version "0.3.2"

0 commit comments

Comments
 (0)