Add more sample content to subscriptions page
This commit is contained in:
parent
045fefb806
commit
a01820e565
8 changed files with 134 additions and 4 deletions
24
.eslintrc.json
Normal file
24
.eslintrc.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es6": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
"experimentalObjectRestSpread": true,
|
||||
"jsx": true
|
||||
},
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": ["react"],
|
||||
"rules": {
|
||||
"react/jsx-uses-vars": "error",
|
||||
"no-console": "off",
|
||||
"no-undef": "error"
|
||||
},
|
||||
"globals": {
|
||||
"require": false,
|
||||
"module": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue