https://github.com/danielkov/eslint-config-inlucent
ESLint Config for inlucent. https://inlucent.com
https://github.com/danielkov/eslint-config-inlucent
Last synced: 3 months ago
JSON representation
ESLint Config for inlucent. https://inlucent.com
- Host: GitHub
- URL: https://github.com/danielkov/eslint-config-inlucent
- Owner: danielkov
- License: mit
- Created: 2021-02-15T14:50:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-18T04:05:52.000Z (4 months ago)
- Last Synced: 2026-02-18T09:16:04.029Z (4 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```sh
yarn add -D -E typescript eslint prettier eslint-config-inlucent
```
`.eslintrc.js`
```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.