@nanoforge-dev/utils-eslint-config
v1.0.2
Published
NanoForge Engine - Utils EsLint Config
Readme
About
@nanoforge-dev/utils-eslint-config is an ESLint configuration for Nanoforge projects.
Installation
Node.js 24.11.0 or newer is required.
npm install --save-dev @nanoforge-dev/utils-eslint-config
yarn add -D @nanoforge-dev/utils-eslint-config
pnpm add -D @nanoforge-dev/utils-eslint-config
bun add -d @nanoforge-dev/utils-eslint-configExample usage
Use the configuration in your eslint.config.js file:
import nanoforgeConfig from "@nanoforge-dev/utils-eslint-config";
export default {
...nanoforgeConfig,
// Additional rules
};Links
Contributing
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
documentation.
See the contribution guide if you'd like to submit a PR.
Help
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to ask questions in discussions.
