We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe5bd3 commit 9e1eab6Copy full SHA for 9e1eab6
.template-lintrc.js
@@ -9,8 +9,6 @@ module.exports = {
9
'require-valid-alt-text': false,
10
'no-action': false,
11
'no-curly-component-invocation': false,
12
- 'no-html-comments': false,
13
'no-implicit-this': false,
14
- 'no-unnecessary-concat': false,
15
},
16
};
fastboot.js
@@ -1,4 +1,3 @@
1
-/* eslint-disable no-console */
2
/* eslint-env node */
3
4
'use strict';
0 commit comments