0.1.1 • Published 3 years ago

@logojoy/eslint-config-react v0.1.1

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

@logojoy/lint

Usage

For all JS environments

npm i --save-dev eslint @logojoy/eslint-config

In your local .eslintrc

{
  "extends": ["@logojoy"]
}

For React environments

npm i --save-dev eslint babel-eslint @logojoy/eslint-config @logojoy/eslint-config-react

In your local .eslintrc

{
  "extends": ["@logojoy", "@logojoy/react"]
}

For mocha environments

npm i --save-dev eslint @logojoy/eslint-config @logojoy/eslint-config-mocha

In your local .eslintrc

{
  "extends": ["@logojoy", "@logojoy/mocha"]
}

Developing

  • Once you download the repo to your machine, run npm install in the root folder, then run npm run bootstrap to install the dependencies for each package.

  • When adding a new package to the packages folder, you will need to add eslint as a devDependency in order to run the tests successfully. You should also ensure that the new package's package.json has the following configuration added in order to be published as a public package:

"publishConfig": {
    "access": "public"
}

Publishing to npm

  • Once your pull request has been approved and merged into the master branch, run npm run publish and select whether it will be a major, minor, or patch update.
0.1.1

3 years ago

0.1.0-alpha.0

3 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago