File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
incubator/yarn-plugin-eslint Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 991010 },
1111 "files" : [
12- " lib/**/*.d.ts" ,
13- " lib/**/*.js"
12+ " lib/index.js"
1413 ],
1514 "main" : " lib/index.js" ,
16- "types" : " lib/index.d.ts" ,
1715 "repository" : {
1816 "type" : " git" ,
1917 "url" : " https://github.com/microsoft/rnx-kit" ,
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ export class Lint extends BaseCommand {
2424 const configuration = await Configuration . find ( cwd , this . context . plugins ) ;
2525 const { project } = await Project . find ( configuration , cwd ) ;
2626
27- await project . restoreInstallState ( { restoreResolutions : false } ) ;
28-
2927 const [ overrideConfigFile , overrideConfig ] = await this . loadConfig ( cwd ) ;
3028
3129 const eslint = new ESLint ( {
Original file line number Diff line number Diff line change 4848 "@rnx-kit/tsconfig" : " packages/tsconfig" ,
4949 "@rnx-kit/typescript-service" : " packages/typescript-service" ,
5050 "@rnx-kit/yarn-plugin-dynamic-extensions" : " incubator/yarn-plugin-dynamic-extensions" ,
51+ "@rnx-kit/yarn-plugin-eslint" : " incubator/yarn-plugin-eslint" ,
5152 "@rnx-kit/yarn-plugin-external-workspaces" : " incubator/yarn-plugin-external-workspaces"
5253 }
5354 }
You can’t perform that action at this time.
0 commit comments