0.4.2 • Published 1 year ago

@tc96/eslint-config-js v0.4.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@tc96/eslint-config-js

ESLint configuration for JavaScript projects

Installation

Install the package and its peer dependencies

# with npm
npm install --save-dev @tc96/eslint-config-js eslint prettier

# with yarn
yarn add -D @tc96/eslint-config-js eslint prettier

# with pnpm
pnpm i -D @tc96/eslint-config-js eslint prettier

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

module.exports = {
	eslintConfig: {
		extends: '@tc96/eslint-config-js',
	},
}
0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago