@betahuhn/eslint-config

ESLint configuration for my personal projects.

Usage no npm install needed!

<script type="module">
  import betahuhnEslintConfig from 'https://cdn.skypack.dev/@betahuhn/eslint-config';
</script>

README

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.