Revert "Try removing @godot to debug pre-commit"

This reverts commit ab9e7ba9ee.
This commit is contained in:
Adam Scott
2024-12-17 06:10:19 -05:00
parent ab9e7ba9ee
commit ef603a2289
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
const plugin = {
meta: {
name: "godot-eslint-plugin-ignore-c-preprocessors",
name: "@godot/eslint-plugin-ignore-c-preprocessors",
version: "0.1.0"
},
processors: {

View File

@@ -1,6 +1,6 @@
{
"private": true,
"name": "godot-eslint-plugin-ignore-c-preprocessors",
"name": "@godot/eslint-plugin-ignore-c-preprocessors",
"description": "eslint plugin which skips C preprocessors.",
"version": "0.1.0",
"type": "module",