Skip to content

Commit

Permalink
fix: do not lint example from main project
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 7, 2023
1 parent f9fd8e5 commit 0718205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"clean": "rm -rf dist/",
"compile-webpack-loader": "tsc --target es2020 -lib es2020 --module commonjs --skipLibCheck --moduleResolution node --declaration --outDir dist src/webpack-loader.ts && mv dist/webpack-loader.js dist/webpack-loader.cjs",
"preprepare": "./scripts/install-vscode",
"lint": "eslint {**/src/**/*.ts,./rollup/*.ts,./*.ts}",
"lint": "eslint {/src/**/*.ts,./rollup/*.ts,./*.ts}",
"generate-types": "tsc --project tsconfig.types.json && rollup --config rollup/rollup.types.config.ts --configPlugin 'typescript={tsconfig: `tsconfig.rollup.json`}' && rm -rf ./dist/types",
"release": "node --loader ts-node/esm release.ts ${npm_package_config_vscode_version}"
},
Expand Down

0 comments on commit 0718205

Please sign in to comment.