File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
import type {
5
5
JSXAttribute ,
6
6
JSXOpeningElement ,
7
- } from 'ast-types-flow' ;
7
+ } from 'ast-types-flow' ;
8
8
9
9
export type ESLintJSXAttribute = {
10
10
parent : JSXOpeningElement
Original file line number Diff line number Diff line change 21
21
"create" : " node ./scripts/create-rule" ,
22
22
"flow" : " if [ ! -e ./.flowconfig ]; then echo \" Could not find .flowconfig\" ; else flow; test $? -eq 0 -o $? -eq 2; fi" ,
23
23
"lint:fix" : " npm run lint -- --fix" ,
24
- "lint" : " eslint --config .eslintrc src __tests__ __mocks__ scripts " ,
24
+ "lint" : " eslint . " ,
25
25
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
26
26
"prepublishOnly" : " safe-publish-latest && npm run lint && npm run flow && npm run jest && npm run build" ,
27
27
"pretest" : " npm run lint:fix && npm run flow" ,
You can’t perform that action at this time.
0 commit comments