File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ignore]
2
+ <PROJECT_ROOT>/node_modules/resolve/test/resolver/malformed_package_json/package.json
2
3
<PROJECT_ROOT>/lib/.*
3
4
<PROJECT_ROOT>/docs/.*
4
5
<PROJECT_ROOT>/reports/.*
Original file line number Diff line number Diff line change 4
4
5
5
import { dom , roles } from 'aria-query' ;
6
6
import includes from 'array-includes' ;
7
- import JSXAttributeMock , { JSXAttributeMockType } from './JSXAttributeMock' ;
8
- import JSXElementMock , { JSXElementMockType } from './JSXElementMock' ;
7
+ import JSXAttributeMock from './JSXAttributeMock' ;
8
+ import JSXElementMock from './JSXElementMock' ;
9
+
10
+ import type { JSXAttributeMockType } from './JSXAttributeMock' ;
11
+ import type { JSXElementMockType } from './JSXElementMock' ;
9
12
10
13
const domElements = [ ...dom . keys ( ) ] ;
11
14
const roleNames = [ ...roles . keys ( ) ] ;
Original file line number Diff line number Diff line change 19
19
"scripts" : {
20
20
"build" : " rimraf lib && babel src --out-dir lib --copy-files" ,
21
21
"create" : " node ./scripts/create-rule" ,
22
- "flow" : " if [ ! -e ./.flowconfig ]; then echo \" Could not find .flowconfig \" ; else flow; test $? -eq 0 -o $? -eq 2; fi " ,
22
+ "flow" : " flow" ,
23
23
"lint:fix" : " npm run lint -- --fix" ,
24
24
"lint" : " eslint ." ,
25
25
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
You can’t perform that action at this time.
0 commit comments