@eslenys/sit-eslint-config
v1.0.4
Published
Integrate into new project Install this package as devDependency
Downloads
23
Readme
Shared ESLint configuration for SIT Projects
Integrate into new project Install this package as devDependency
with Yarn
yarn add -D @eslenys/sit-eslint-configwith npm
npm i -D @eslenys/sit-eslint-configwith pnpm
pnpm add -D @eslenys/sit-eslint-configInstall peer dependencies of this package in your project as devDependencies Therefore, you can make use of the tool install-peerdeps:
with Yarn
yarn dlx install-peerdeps --dev @eslenys/sit-eslint-configwith npm
npx install-peerdeps --dev @eslenys/sit-eslint-configwith pnpm
pnpm dlx install-peerdeps --dev @eslenys/sit-eslint-configInstead, you can do this manually my adding all entries part of the peerDependencies property (see package.json).
Use ESLint config in your project Create a .eslintrc.js file in project root with the following content:
module.exports = {
"extends": require.resolve("@eslenys/sit-eslint-config"),
}