vsconfig / lint-config

ESLint Config for JavaScript and TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSConfig Linter

License Stars

Installation

eslint-config

Eslint Config is available as an npm package.

npm:

npm i -D eslint @vsconfig/eslint-config

yarn:

yarn add -D eslint @vsconfig/eslint-config

eslint-config-typescript

Eslint Config TypeScript is available as an npm package.

npm:

npm i -D eslint @vsconfig/eslint-config-typescript

yarn:

yarn add -D eslint @vsconfig/eslint-config-typescript

eslint-config-react

Eslint Config React is available as an npm package.

npm:

npm i -D eslint @vsconfig/eslint-config-react

yarn:

yarn add -D eslint @vsconfig/eslint-config-react

prettier-config

Prettier Config is available as an npm package.

npm:

npm i -D prettier @vsconfig/prettier-config

yarn:

yarn add -D prettier @vsconfig/prettier-config

License

This project is licensed under the terms of the MIT license.

About

ESLint Config for JavaScript and TypeScript.

License:MIT License


Languages

Language:JavaScript 91.4%Language:Shell 8.6%