mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-26 06:05:47 +08:00
Dogfood our eslint config (#68)
* dogfood eslint config * moved linting to e2e
This commit is contained in:
@@ -30,6 +30,9 @@ perl -i -p0e 's/bundledDependencies.*?]/bundledDependencies": []/s' package.json
|
||||
npm install
|
||||
scripts_path=$PWD/`npm pack`
|
||||
|
||||
# lint
|
||||
./node_modules/.bin/eslint --ignore-path .gitignore ./
|
||||
|
||||
# Pack CLI
|
||||
cd global-cli
|
||||
npm install
|
||||
|
||||
Reference in New Issue
Block a user