eslint-config-shomme
v0.0.1
Published
Eslint config based on Airbnb, somewhere more strict
Downloads
5
Readme
Yet another eslint config
Used with React and Typescript. List of rules extends Airbnb config, making it more strict mostly (sometimes the opposite) and adding typescript.
Install:
yarn add eslint-config-shomme --devThen in your .eslintrc.js
module.exports: {
extends: 'shomme',
};