chore(xo-web): adapt to monorepo

This commit is contained in:
Julien Fontanet
2018-02-07 10:39:32 +01:00
parent 563ff38c25
commit d7bb457fd0
18 changed files with 4944 additions and 10335 deletions
+6 -5
View File
@@ -1,9 +1,10 @@
module.exports = {
'extends': [
'standard',
],
'parser': 'babel-eslint',
'rules': {
extends: ['standard', 'standard-jsx'],
globals: {
__DEV__: true,
},
parser: 'babel-eslint',
rules: {
'comma-dangle': ['error', 'always-multiline'],
'no-var': 'error',
'node/no-extraneous-import': 'error',