Skip to content

Commit

Permalink
fix: (eslint-plugin-contentful-apps) static plugin name (#8921)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-col authored Sep 17, 2024
1 parent 5725736 commit 8a35255
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/eslint-plugin-contentful-apps/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
const fs = require('fs');
const path = require('path');
const pkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, 'package.json'), 'utf8'));

module.exports = {
plugins: ['jsx-a11y'],
rules: {
Expand All @@ -22,7 +18,6 @@ module.exports = {
'jsx-a11y/role-supports-aria-props': 'warn',
},
meta: {
name: pkg.name,
version: pkg.version,
name: '@contentful/eslint-plugin-contentful-apps',
},
};

0 comments on commit 8a35255

Please sign in to comment.