1.0.0 • Published 10 months ago

@monkee/eslint-config v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
10 months ago

@monke/eslint-config package

Install

npm i -D @monkee/eslint-config

Usage in typescript projects

.eslintrc.yml

extends:
  - '@monkee/eslint-config/typescript'
parserOptions:
  project: ./tsconfig.json # or specify your ts config path

Usage in javascript projects

.eslintrc.yml

extends:
  - '@monkee/eslint-config/pure-js'

Package update flow

Package publishing only available via CI jobs.

You must use '-beta' postfix for testing purposes. Otherwise CI job being failed. Bump version via npm

npm version prerelease --preid beta

Before merge changes into master branch you should remove 'beta' postfix

npm version major | minor | patch

Learn more https://docs.npmjs.com/cli/v8/commands/npm-version

1.0.0

10 months ago

0.9.16

3 years ago

0.9.15

3 years ago

0.9.14

3 years ago

0.9.13

3 years ago