baqend-coding-standard
v1.1.2
Published
Coding standards of the Baqend GmbH
Downloads
511
Readme
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