UNPKG

214 BJSONView Raw
1{
2 "plugins": [
3 "@flourish/flourish"
4 ],
5 "extends": "plugin:@flourish/flourish/flourish",
6 "rules": {
7 "space-before-blocks": ["error", "always"]
8 },
9 "env": { "browser": true }
10}