@akinon/eslint-plugin-projectzero

1.32.0 • Public • Published

@akinon/eslint-plugin-projectzero

ESLint plugin for Project Zero PWA. It includes core and recommended rule sets.

Build

yarn build
or
npm run build

Installation

yarn add -D git+ssh://git@bitbucket.org/akinonteam/eslint-plugin-projectzero.git

Usage

Add the following lines to .eslintrc.js file.

extends: [
	...
	...
	'plugin:@akinon/projectzero/core', // DO NOT remove this config for stability
	'plugin:@akinon/projectzero/recommended' // Optional
],
plugins: [
    ...
	'@akinon/projectzero'
]

Readme

Keywords

none

Package Sidebar

Install

npm i @akinon/eslint-plugin-projectzero

Weekly Downloads

412

Version

1.32.0

License

ISC

Unpacked Size

60.2 kB

Total Files

37

Last publish

Collaborators

  • akinon