1.1.2 • Published 8 years ago
baqend-coding-standard v1.1.2
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-standardAnd add the following tslint.json:
{
"extends": "baqend-coding-standard/tslint"
}Changelog
You can find a changelog here