@noclocksdev/eslint-config-noclocks
v1.0.9
Published
No Clocks ESLint Config
Downloads
7
Readme
No Clocks ESLint Configuration
[!NOTE] This repository is published as an NPM package.
Contents
Badges
Installation
npx install-peerdeps --dev eslint-config-noclocks
Usage
In your .eslintrc.js
:
module.exports = {
extends: ['mantine'],
parserOptions: {
project: './tsconfig.json',
},
};
License
Unlicense