0.1.10 • Published 1 year ago

@ocupop/eslint-config v0.1.10

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

Ocupop Linter Config @ocupop/eslint-config

Installs a lint package to be used within projects.

Setup

# Install
## npm
npm install @ocupop/eslint-config --save-dev
## yarn
yarn add --dev @ocupop/eslint-config

Add .eslintrc file within the root of your project

/**
* @type { import("eslint").Options }
*/
{
  "extends": [
    "@ocupop/eslint-config"
  ]
  // Override other rules here...
}

Another way to setup

A utility npx package has been published that can help with all with all the above steps. Simply run npx @ocupop/setup-eslint

Further reading can be found here.

Also, commands can be run with the npx command

Options

  --version        Show version number                                 [boolean]
  -h, --help       Show help                                           [boolean]
  --remove, --rm   Remove eslint from application   [boolean] [default: false]
  --upgrade, --up  Upgrade eslint config            [boolean] [default: false]

Publishing

$ npm login <login with ocupop creds>
# [ ] Make sure to push changes to git first
# [ ] Make sure to bump the version number
$ npm publish
0.1.10

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.14

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.8

1 year ago

0.0.26

1 year ago

0.1.7

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.1.9

1 year ago

0.0.29

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago