eslint-config-inlucent

1.0.0 • Public • Published

Inlucent ESLint Shared Config

How to use

Install typescript, eslint and prettier, as they are peerDependencies of this project, then add eslint-config-inlucent to your project and enjoy.

yarn add -D -E typescript eslint prettier eslint-config-inlucent

.eslintrc.js

module.exports = {
  extends: "inlucent",
};

Testing

Easiest way to test how this works is to view the contents of the /test directory using an IDE with ESLint integration, such as Visual Studio Code.

Contributing

If you have a suggestion or a rule to add, feel free to create a PR explaining why you feel this change is necessary and if it feels justified, your PR will be merged and a new version will be created with your changes.

/eslint-config-inlucent/

    Package Sidebar

    Install

    npm i eslint-config-inlucent

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    9.07 kB

    Total Files

    10

    Last publish

    Collaborators

    • danielkov