🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

baqend-coding-standard

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baqend-coding-standard

Coding standards of the Baqend GmbH

1.1.2
latest
npm
Version published
Maintainers
1
Created
Source

baqend-coding-standard

Coding standards of the Baqend GmbH

Usage with ESLint

To use the ESLint coding standards, install this repository and its dependencies using

npm install --save-dev eslint baqend-coding-standard eslint-config-airbnb eslint-plugin-jsx-a11y eslint-plugin-import eslint-plugin-react 

And add the following .eslintrc.js:

module.exports = {
  "extends": require.resolve("baqend-coding-standard/eslint"),
};

Usage with TSLint

To use the TSLint coding standards, install this repository using

npm install --save-dev tslint baqend-coding-standard

And add the following tslint.json:

{
  "extends": "baqend-coding-standard/tslint"
}

Changelog

You can find a changelog here

FAQs

Package last updated on 17 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts