Add quotes ESLint rules (#3602)
* Add quotes ESLint rule * Add jsx-quotes ESlint rule * Sort ESLint rules
This commit is contained in:
parent
e969c78645
commit
7a7bfa5170
18 changed files with 67 additions and 60 deletions
|
@ -10,7 +10,7 @@ module.exports = merge(devConfig, {
|
|||
devServer: {
|
||||
host: env.LOCAL_DOMAIN ? '0.0.0.0' : devServer.host,
|
||||
port: devServer.port,
|
||||
headers: { "Access-Control-Allow-Origin": "*" },
|
||||
headers: { 'Access-Control-Allow-Origin': '*' },
|
||||
compress: true,
|
||||
historyApiFallback: true,
|
||||
contentBase: resolve(paths.output, paths.entry),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue