1.0.1 • Published 8 months ago

@novadynamics/eslint-config-base v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Nova Dynamics ESLint Configuration Base

To use in your repo:

npm i -D eslint @novadynamics/eslint-config-base

Then create a file called eslint.config.js in the root which looks something like:

module.exports = [
    ...require("@novadynamics/eslint-config-base")
    /**
     * {
     *      // Any other rules here
     * }
     */
];
1.0.1

8 months ago