0.8.0 • Published 6 months ago

@tc96-tools/eslint-config v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@tc96/eslint-config

ESLint configuration for JavaScript projects

Installation

Install the package and its peer dependencies

with npm

npm install --save-dev @tc96-tools/eslint-config

with yarn

yarn add -D @tc96-tools/eslint-config

with pnpm

pnpm i -D @tc96-tools/eslint-config

Use

Extend this package in your .eslintrc.* configuration, like this:

browser

module.exports = {
	extends: '@tc96-tools/eslint-config/browser',
}

node

module.exports = {
	extends: '@tc96-tools/eslint-config/node',
}
0.8.0

6 months ago

0.7.0

6 months ago

0.6.0

7 months ago

0.5.2

7 months ago

0.0.0

7 months ago