Skip to content

Commit b255a46

Browse files
committed
fix lint errors
1 parent 0f427b5 commit b255a46

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"build:umd:min": "cross-env BABEL_ENV=rollup NODE_ENV=production rollup -c -o dist/react-redux.min.js",
3434
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
3535
"clean": "rimraf lib dist es coverage",
36-
"lint": "eslint src test/utils test/components test/getTestDeps.js",
36+
"lint": "eslint src test/utils test/components",
3737
"prepare": "npm run clean && npm run build",
3838
"test": "node ./test/run-tests.js",
3939
"coverage": "codecov"

test/components/connect.spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ describe('React', () => {
527527
const store = createStore(stringBuilder)
528528

529529
let invocationCount = 0
530-
let setFoo
531530

532531
/*eslint-disable no-unused-vars */
533532
@connect((arg1) => {

0 commit comments

Comments
 (0)