Skip to content

Commit

Permalink
fix strict errors
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Dec 16, 2024
1 parent ac3c11d commit f2cc585
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions packages/eslint-plugin-actual/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

module.exports = {
root: true,
extends: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable rulesdir/typography */
'use strict';

//------------------------------------------------------------------------------
// Requirements
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable rulesdir/typography */
'use strict';

//------------------------------------------------------------------------------
// Requirements
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions packages/eslint-plugin-actual/lib/rules/typography.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
Expand Down

0 comments on commit f2cc585

Please sign in to comment.