File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ module.exports = {
5151 'error' ,
5252 {
5353 js : 'never' ,
54- json : 'never' ,
55- jsx : 'never '
54+ jsx : 'never' ,
55+ json : 'always '
5656 }
5757 ] ,
5858 'import/first' : 'error' ,
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ import path from 'path';
22import test from 'ava' ;
33import proxyquire from 'proxyquire' ;
44import slash from 'slash' ;
5- import parentConfig from './fixtures/nested/package' ;
6- import childConfig from './fixtures/nested/child/package' ;
7- import prettierConfig from './fixtures/prettier/package' ;
8- import enginesConfig from './fixtures/engines/package' ;
5+ import parentConfig from './fixtures/nested/package.json ' ;
6+ import childConfig from './fixtures/nested/child/package.json ' ;
7+ import prettierConfig from './fixtures/prettier/package.json ' ;
8+ import enginesConfig from './fixtures/engines/package.json ' ;
99
1010process . chdir ( __dirname ) ;
1111
You can’t perform that action at this time.
0 commit comments