A set of standard eslint rules to use on Typescript repositories
Install the package:
npm install --save-dev @libero/eslint-configOr using yarn:
yarn add --dev @libero/eslint-configIn your package root, create an .eslintrc.js file with following contents:
module.exports = {
"extends": "@libero/eslint-config"
}You should now be able to run yarn lint with the inherited rules.