1.0.10 • Published 6 years ago

@temowemo/eslint-config v1.0.10

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

ESLint Config by temowemo

Summary:

A very opinionated ESLint configuration module with all of my personal preferences.

Check the source code to see the exact configuration.

Installation:

Install ESLint:

npm install eslint --save-dev

Install this package:

npm install @temowemo/eslint-config --save-dev

Configuration:

Create an ESLint configuration file (.eslintrc.js):

module.exports = {
  "extends": [
    "@temowemo/eslint-config",
  ]
}

And now you are ready to go! :wave:

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago