eslint-plugin-server 0.0.1
Install from the command line:
Learn more about npm packages
$ npm install @taitounited/eslint-plugin-server@0.0.1
Install via package.json:
"@taitounited/eslint-plugin-server": "0.0.1"
About this version
Eslint plugin for usage with the Taito United Full Stack Template backend.
Use npm or a compatibility tool to install.
$ npm install --save-dev eslint
- Node.js v8.10.0 or newer versions.
- ESLint v5.16.0 or newer versions.
Write your config file such as .eslintrc.yml
.
{
"plugins": [
"@taito/eslint-plugin-server"
],
"extends": [
"plugin:@taito/eslint-plugin-server/recommended"
]
}
See also Configuring ESLint.
-
@taito/eslint-plugin-server/recommended
... enables the recommended rules.
Rule ID | Description | |
---|---|---|
@taito/server/authorize-service-calls | All non-private service methods must be authorized | ⭐️ |
This plugin follows Semantic Versioning and ESLint's Semantic Versioning Policy.
Welcome your contribution!
See also ESLint Contribution Guide.
-
npm test
runs tests. -
npm run update
updates the package version. And it updatessrc/configs/recommended.ts
,lib/index.ts
, andREADME.md
's rule table. See also npm version CLI command. -
npm run add-rule <RULE_ID>
creates three files to add a new rule.
Details
- eslint-plugin-server
- TaitoUnited
- 11 months ago
- MIT
- 20 dependencies
Assets
- eslint-plugin-server-0.0.1.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0