Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 1, 2024
1 parent fb4b4a9 commit ae6ada2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions packages/@glimmer-workspace/eslint-plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ module.exports = {
'no-fallthrough': 'off',
'import/no-relative-packages': 'error',
'import/default': 'off',
'import/no-extraneous-dependencies': [
'error',
{ packageDir: [path.join(__dirname, '../../@glimmer/debug')] },
],
'qunit/require-expect': ['error', 'never-except-zero'],
// we're using assert.step instead of this sort of thing
'qunit/no-conditional-assertions': 'off',
Expand Down
1 change: 1 addition & 0 deletions packages/@glimmer/syntax/test/plugin-node-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ test('deprecated program visitor', (assert) => {
return {
name: 'plugin',
visitor: {
// eslint-disable-next-line deprecation/deprecation
Program(node: AST.Program) {
assert.step(node.type);
},
Expand Down

0 comments on commit ae6ada2

Please sign in to comment.