0.0.1 • Published 3 years ago

eslint-config-shomme v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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 --dev

Then in your .eslintrc.js

    module.exports: {
        extends: 'shomme',
    };