1.0.7 • Published 2 years ago

eslint-plugin-oploshka v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

eslint-plugin-oploshka

oploshka web dev

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-oploshka:

npm install eslint-plugin-oploshka --save-dev

Usage

module.exports = {
  root: true,
  'extends': [
    // ...
    'plugin:oploshka/recommended',
    'plugin:oploshka/override-jest-test',
  ],
  globals: {
    // ...
  }
  // ...
}
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago