0.3.2 • Published 5 years ago

eslint-config-jmd v0.3.2

Weekly downloads
22
License
-
Repository
github
Last release
5 years ago

ESLint-Config-JMD

This is my eslint setup for use in personal projects. My aim is to gradually build on the ruleset over time, using airbnb standards as the foundation.


Prerequisites

  • npm 5.2.0 or greater

How to use

Follow these instructions to add this eslint configuration to your project

  1. Navigate to your project's folder. Example:
cd ./projects/my_project
  1. If your project doesn't contain a package.json file use the npm init command and answer the questions in the setup wizard.

  2. Install this package's peer dependencies in your project with the following command:

npx install-peerdeps --dev eslint-config-jmd
  1. Create a .eslintrc.json file which extends "jmd" and declares your project's environment. For example:
{
  "extends": [
    "jmd"
  ],
  "env": {
    "node": true
  }
}
0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

1.0.0

5 years ago