1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

Upgrade UI framework to Ember v3.10.0

This commit is contained in:
Harvey Kandola 2019-05-16 12:49:27 +01:00
parent 49bf4eeaa0
commit 479508e436
22 changed files with 68656 additions and 1745 deletions

View file

@ -24,7 +24,10 @@ module.exports = {
'.template-lintrc.js',
'ember-cli-build.js',
'testem.js',
'config/**/*.js'
'blueprints/*/index.js',
'config/**/*.js',
'lib/*/index.js',
'server/**/*.js'
],
parserOptions: {
sourceType: 'script',
@ -42,7 +45,15 @@ module.exports = {
excludedFiles: ['tests/dummy/**/*.js'],
env: {
embertest: true
}
},
plugins: ['node'],
rules: Object.assign({}, require('eslint-plugin-node').configs.recommended.rules, {
// add your custom rules and overrides for node files here
// this can be removed once the following is fixed
// https://github.com/mysticatea/eslint-plugin-node/issues/77
'node/no-unpublished-require': 'off'
})
}
],
globals: {