Ghost/ghost/admin/.template-lintrc.js

10 lines
211 B
JavaScript
Raw Normal View History

module.exports = {
extends: "recommended",
rules: {
'no-forbidden-elements': ['meta', 'html', 'script'],
'no-implicit-this': {allow: ['now']},
'no-inline-styles': false
}
};