NASA MCP Server

by ProgramComputer
Verified
{ "root": true, "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "extends": [], "rules": { "no-console": "off", "no-unused-vars": "off", "@typescript-eslint/no-unused-vars": "off", "@typescript-eslint/no-explicit-any": "off", "no-undef": "off", "@typescript-eslint/no-var-requires": "off", "no-inner-declarations": "off", "@typescript-eslint/no-this-alias": "off" }, "env": { "node": true } }