@chatie/eslint-config
Advanced tools
Weekly downloads
Readme
ESLint Sharable Rules in TypeScript Standard Style
@chatie/eslint-config
npm install --save-dev @chatie/eslint-config
.eslintrc.js
for you (if there's no such file before)It will contains the following content:
module.exports = {
extends: '@chatie',
}
./node_modules/.bin/eslint
eslint
will work and follow the @chatie rules.
vscode
not linting TypeScript files at allAdd the following config to .vscode/settings.json
to enable linting TypeScript files:
"eslint.validate": [
"javascript",
"typescript",
],
Nullish coalescing operator (??)
.eslintrc.js
in the project root directory after install if it not exists.FAQs
ESLint Sharable Configurations and Rules in Chatie Organization
The npm package @chatie/eslint-config receives a total of 751 weekly downloads. As such, @chatie/eslint-config popularity was classified as not popular.
We found that @chatie/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.