Skip to content
eslint-plugin / 2.2.2

eslint-plugin 2.2.2

Install from the command line:
Learn more about npm packages
$ npm install @mafalda-sfu/eslint-plugin@2.2.2
Install via package.json:
"@mafalda-sfu/eslint-plugin": "2.2.2"

About this version

eslint-plugin

Coverage Docs coverage npm

This is an ESLint plugin that exports configurations and rules for the Mafalda SFU project.

Installation

You can install this plugin using npm:

npm install @mafalda-sfu/eslint-plugin --save-dev

Configurations

This plugin exports the following configurations:

  • layout
  • recommended
  • suggestions
  • suggestions-typescript
  • typescript

Rules

This plugin exports the following rules:

  • brace-style: modified version of the eslint brace-style rule allowing multiple lines in allman style.
  • no-private-keyword: disallows the use of the Typescript private keyword.
  • no-protected-keyword: disallows the use of the Typescript protected keyword.
  • no-public-keyword: disallows the use of the Typescript public keyword.
  • no-setInterval: disallows the use of setInterval.
  • no-setTimeout: disallows the use of setTimeout.
  • no-window-event: disallows the use of window events.

License

This project is licensed under the MIT License.

Details


Assets

  • eslint-plugin-2.2.2.tgz

Download activity

  • Total downloads 104
  • Last 30 days 97
  • Last week 44
  • Today 4

Recent versions

View all