Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ghost/admin/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import js from '@eslint/js';
import globals from 'globals';
import babelParser from '@babel/eslint-parser';
import ghostPlugin from 'eslint-plugin-ghost';
import emberPlugin from 'eslint-plugin-ember';
import reactPlugin from 'eslint-plugin-react';

import {
Expand Down Expand Up @@ -151,7 +150,6 @@ export default [
},
plugins: {
ghost: ghostPlugin,
ember: emberPlugin,
react: reactPlugin,
'local-filenames': localFilenamesPlugin
},
Expand Down
1 change: 0 additions & 1 deletion ghost/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
"@eslint/js": "catalog:",
"eslint": "catalog:",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-ember": "12.7.5",
"eslint-plugin-ghost": "3.5.0",
"eslint-plugin-react": "7.37.5",
"globals": "17.6.0",
Expand Down
Loading
Loading