1.1.20 • Published 6 years ago

eslint-config-eiskaffee v1.1.20

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

Styleguide project rules

It is just a simple styleguide, so If you prefer indentation with tabs and if you would like to contribute to the project, be free.

project-version downloads

Installation

npm install -D eslint eslint-plugin-import eslint-plugin-react
npm install -D eslint-config-eiskaffee

Usage

Create the file .eslintrc.

{
  "extends": "eiskaffee"
}

Fix little bugs

Create this command in your package.json to fix automatically litte bugs like breaklines and convert quotes.

"scripts": {
  "esfix": "./node_modules/.bin/eslint --fix \"**/*.{js,jsx}\" || ECHO."
}
npm run esfix

VS Code ESLint extension

You have to install ESLint Extension into VS Code first.

Auto fix on save

If you've been using VS Code, try this config below in your vscode-settings. It should be fix your code from the ESLint config. If you know how to configure it in another editors, just contribute with this project ;)

"eslint.autoFixOnSave": true

eslint-magic

1.1.20

6 years ago

1.1.19

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago