feat: prototype dev server

This commit is contained in:
endiliey 2018-07-28 20:25:38 +08:00
parent 2ab412e563
commit 333574efe6
11 changed files with 524 additions and 38 deletions

View file

@ -13,6 +13,7 @@ module.exports = {
rules: {
'no-console': OFF,
'func-names': OFF,
'react/jsx-filename-extension': OFF, // Enable in future when migrating.
'react/jsx-filename-extension': OFF,
'react/jsx-one-expression-per-line': OFF,
},
};