Skip to content

Commit

Permalink
remove old lint ignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Sep 6, 2024
1 parent 3719e33 commit c0fe6d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions addon/components/expander/button.gjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* https://github.com/ember-cli/eslint-plugin-ember/issues/2035 */
/* eslint-disable no-unused-expressions */

<template>
<button
type="button"
Expand Down
6 changes: 0 additions & 6 deletions addon/components/expander/content.gjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* https://github.com/ember-cli/eslint-plugin-ember/issues/2035 */
/* eslint-disable no-unused-expressions */

import Component from '@glimmer/component';
import { modifier } from 'ember-modifier';

Expand All @@ -10,9 +7,6 @@ export default class DragulaContainer extends Component {
});

<template>
{{! template-lint-disable no-inline-styles }}
{{! Issue: https://github.com/emberjs/rfcs/issues/497 }}

<div
class="expander__content"
style={{@style}}
Expand Down

0 comments on commit c0fe6d1

Please sign in to comment.