Shared ESLint configuration for Onny projects, version 0.1.7. Provides a common set of lint rules for JavaScript and TypeScript. Intended for use in general Node.js or frontend projects; for React projects, the separate eslint-config-onny-react package is recommended. No peer dependencies required, but typically used alongside ESLint. Currently in active development with low release cadence.
npm install eslint-config-onnyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to extend the 'onny' config in an ESLint configuration file and run ESLint.
Use ESLint 8.x or configure compatibility settings for ESLint 9.
Install the package: npm install --save-dev eslint-config-onny
Set extends to 'onny' (not 'eslint-config-onny').
No dependency data recorded yet.