Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Dec 12, 2023
1 parent a1f7f12 commit ccf36ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
'use strict';

const requireIndex = require('requireindex');
const pkg = require("../package.json");
const pkg = require('../package.json'); // eslint-disable-line import/extensions
const gjs = require('./preprocessors/glimmer');

module.exports = {
meta: {
name: pkg.name,
version: pkg.version
version: pkg.version,
},
rules: requireIndex(`${__dirname}/rules`),
configs: requireIndex(`${__dirname}/config-legacy`),
Expand Down

0 comments on commit ccf36ea

Please sign in to comment.