File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44import type {
55 JSXAttribute ,
66 JSXOpeningElement ,
7- } from 'ast-types-flow' ;
7+ } from 'ast-types-flow' ;
88
99export type ESLintJSXAttribute = {
1010 parent : JSXOpeningElement
Original file line number Diff line number Diff line change 2121 "create" : " node ./scripts/create-rule" ,
2222 "flow" : " if [ ! -e ./.flowconfig ]; then echo \" Could not find .flowconfig\" ; else flow; test $? -eq 0 -o $? -eq 2; fi" ,
2323 "lint:fix" : " npm run lint -- --fix" ,
24- "lint" : " eslint --config .eslintrc src __tests__ __mocks__ scripts " ,
24+ "lint" : " eslint . " ,
2525 "prepublish" : " not-in-publish || npm run prepublishOnly" ,
2626 "prepublishOnly" : " safe-publish-latest && npm run lint && npm run flow && npm run jest && npm run build" ,
2727 "pretest" : " npm run lint:fix && npm run flow" ,
You can’t perform that action at this time.
0 commit comments