is-vegan
Version:
Is-Vegan is a library which helps you to find out which ingridiends are not vegan
18 lines (17 loc) • 316 B
Plain Text
{
"extends": "standard",
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"rules": {
"semi": [2, "always"],
"no-invalid-this": 2,
"dot-notation": "error"
},
"env": {
"jest": true
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
}
}