1.4.2 • Published 2 years ago

@jamesdbruner/eslint-config v1.4.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Generic linting rules for all of your favorite js frameworks.

Installation

yarn add -D @jamesdbruner/eslint-config

VSCode

To get your linter working properly and linting your code on save, you'll need to disable or uninstall Prettier and have ESLint enabled in your VSCode plugins.

Settings

{
  "editor.codeActionsOnSave": {
    "source.fixAll": true
  },
  "eslint.format.enable": true,
  "eslint.lintTask.enable": true,
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
}

IntelliJ

Here's a quick guide on how to setup File Watchers.

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago