0.2.8 • Published 2 years ago

@fonkel/eslint-config-fonkel v0.2.8

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

@fonkel/eslint-config-fonkel

Default ESLint config for Fonkel.

Installation

Install using your Node.js package manager of choice:

pnpm i @fonkel/eslint-config-fonkel -D # or npm/yarn/etc.

You need to have NPM package eslint installed in order to start using ESLint with this configuration. Assuming your IDE of choice is VSCode, it's recommended to install VSCode plugin "ESLint" by Dirk Baeumer and set it up as follows in your VSCode workspace's settings.json:

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "eslint.packageManager": "{{ insert workspace NPM package manager here }}",
  "eslint.validate": [
    "javascript",
  ],
}

Your .eslintrc.json should at the very least look like this to use this config:

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

See https://eslint.org/docs/developer-guide/shareable-configs for more info on shareable ESLint configs.

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

3 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago