Initial commit
This commit is contained in:
commit
5a3bf52ebb
86 changed files with 2639 additions and 0 deletions
13
web/.eslintrc.js
Normal file
13
web/.eslintrc.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
module.exports = {
|
||||
extends: ['standard', 'standard-react', 'plugin:import/errors', 'plugin:import/warnings'],
|
||||
rules: {
|
||||
'react/prop-types': 0,
|
||||
'object-curly-spacing': ['error', 'never']
|
||||
},
|
||||
settings: {
|
||||
react: {
|
||||
pragma: 'React',
|
||||
version: '16.8.4'
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue