Skip to content

Commit

Permalink
Housekeeping - fix ordering of requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Dec 24, 2024
1 parent 8f65726 commit a286d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

const jsdocPlugin = require('eslint-plugin-jsdoc')
const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended')

Check failure on line 4 in eslint.config.js

View workflow job for this annotation

GitHub Actions / build

Missing file extension "js" for "eslint-plugin-prettier/recommended"
const neostandard = require('neostandard')
const globals = require('globals')
const neostandard = require('neostandard')

module.exports = [
// Start with neostandard ESLint rules. neostandard is the successor to StandardJS (which has stalled due to a
Expand Down

0 comments on commit a286d91

Please sign in to comment.