beedle
Version:
Beedle is a tiny little library to help you manage state across your application. Inspired by great libraries like Vuex and Redux, Beedle creates a central store that enables you to both better control and cascade state across your application.
16 lines • 398 B
Plain Text
{
"parser": "babel-eslint",
"env": {
"browser": true,
"es6": true
},
"rules": {
"no-const-assign": "warn",
"no-this-before-super": "warn",
"no-unreachable": "warn",
"no-unused-vars": "warn",
"constructor-super": "warn",
"valid-typeof": "warn",
"quotes": [2, "single", { "allowTemplateLiterals": true }]
}
}