Skip to content

Commit

Permalink
Fixed lint:basic command
Browse files Browse the repository at this point in the history
  • Loading branch information
valerybugakov committed Feb 23, 2020
1 parent d0d000d commit b3eff59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build:prod": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
"prepublishOnly": "yarn lint && yarn clean && yarn build:prod && yarn transpile",
"prettier": "prettier --write src/**/*.{js,ts,tsx} example/src/**/*.{js,ts,tsx} .js",
"lint:basic": "tsc --pretty --noEmit && eslint --fix --format codeFrame",
"lint:basic": "tsc --pretty --noEmit && eslint --fix --format codeframe",
"lint": "yarn lint:basic '{example/,}src/**/*.{ts,tsx}'",
"format": "yarn prettier && yarn lint",
"test": "yarn lint",
Expand Down

0 comments on commit b3eff59

Please sign in to comment.