Skip to content

Commit

Permalink
Fixing eslint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Apr 11, 2024
1 parent be1df87 commit bfa43d1
Show file tree
Hide file tree
Showing 7 changed files with 448 additions and 337 deletions.
2 changes: 1 addition & 1 deletion __tests__/utilities.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ruleName} from '../plugins/utilities'
import {ruleName} from '../plugins/utilities'

// eslint-disable-next-line no-undef
testRule({
Expand Down
4 changes: 2 additions & 2 deletions __tests__/variable-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('variable rules (meta)', () => {
expect(createRule).toHaveBeenCalledWith(
expect.objectContaining({
options,
ruleName: 'primer/derp'
ruleName: 'primer/derp',
}),
)
})
Expand Down Expand Up @@ -56,7 +56,7 @@ describe('variable rules (meta)', () => {
rules: {
width: expect.objectContaining({values: '1px'}),
},
ruleName: 'primer/derp'
ruleName: 'primer/derp',
}),
)
})
Expand Down
Loading

0 comments on commit bfa43d1

Please sign in to comment.