Skip to content

Commit

Permalink
npm run test:cli to use eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmolina committed Feb 9, 2021
1 parent 157e0c8 commit c4ea5a4
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 @@ -56,7 +56,7 @@
"compile:samples": "tsc --declaration output/arithmetics.ts output/css.ts output/json.ts output/javascript.ts output/st.ts output/arithmetics-typed.ts",
"tslint:samples": "tslint output/*.ts",
"lint:samples": "eslint output/*.ts",
"test:cli": "pegjs --plugin ./src/tspegjs --extra-options-file test/genoptions2.json --allowed-start-rules groupFile,templateFile,templateFileRaw,templateAndEOF -o output/st2.ts examples/st.pegjs && tsc output/st2.ts && tslint output/st2.ts",
"test:cli": "pegjs --plugin ./src/tspegjs --extra-options-file test/genoptions2.json --allowed-start-rules groupFile,templateFile,templateFileRaw,templateAndEOF -o output/st2.ts examples/st.pegjs && tsc output/st2.ts && eslint output/st2.ts",
"lint": "eslint src/"
},
"peerDependencies": {
Expand Down

0 comments on commit c4ea5a4

Please sign in to comment.