@betahuhn/eslint-config

0.1.1 • Public • Published

ESLint configuration

ESLint configuration for my personal projects.

Install

Install this package, ESLint and the necessary plugins.

npm install --save-dev @betahuhn/eslint-config eslint eslint-plugin-import eslint-plugin-vue

Usage

Create a file named .eslintrc.json with following contents in the root folder of your project:

{
  "extends": "@betahuhn/eslint-config"
}

You can override the settings by editing the .eslintrc.json file.

Package Sidebar

Install

npm i @betahuhn/eslint-config

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

6.24 kB

Total Files

4

Last publish

Collaborators

  • betahuhn