Skip to content

Commit c981dfa

Browse files
NullVoxPopuliclaude
andcommitted
Revert config/base.js to original
No config changes in this PR; the template-lint-disable processor is exported for users to opt into in their own config. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent f48d3e6 commit c981dfa

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

lib/config/base.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const plugin = require('../index');
22
const emberEslintParser = require('ember-eslint-parser');
3-
const emberEslintParserHbs = require('ember-eslint-parser/hbs'); // eslint-disable-line import/no-unresolved
43

54
module.exports = [
65
{
@@ -18,11 +17,4 @@ module.exports = [
1817
},
1918
processor: 'ember/noop',
2019
},
21-
{
22-
files: ['**/*.hbs'],
23-
languageOptions: {
24-
parser: emberEslintParserHbs,
25-
},
26-
processor: 'ember/template-lint-disable',
27-
},
2820
];

0 commit comments

Comments
 (0)