1.2.1 • Published 3 months ago

@youwol/eslint-config v1.2.1

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

ESLint configuration for youwol projects

Using this configurations

Add the pakage to your project :

yarn add --dev @youwol/eslint-config

Update package.json :

{
    "eslintConfig": {
        "extends": ["@youwol"]
    }
}