2.2.2 • Published 1 year ago
@mafalda-sfu/eslint-plugin v2.2.2
eslint-plugin
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-devConfigurations
This plugin exports the following configurations:
layoutrecommendedsuggestionssuggestions-typescripttypescript
Rules
This plugin exports the following rules:
brace-style: modified version of the eslint brace-style rule allowing multiple lines inallmanstyle.no-private-keyword: disallows the use of the Typescriptprivatekeyword.no-protected-keyword: disallows the use of the Typescriptprotectedkeyword.no-public-keyword: disallows the use of the Typescriptpublickeyword.no-setInterval: disallows the use ofsetInterval.no-setTimeout: disallows the use ofsetTimeout.no-window-event: disallows the use ofwindowevents.
License
This project is licensed under the MIT License.