eslint-config-noclocks
/
1.0.8
eslint-config-noclocks 1.0.8
Install from the command line:
Learn more about npm packages
$ npm install @noclocks/eslint-config-noclocks@1.0.8
Install via package.json:
"@noclocks/eslint-config-noclocks": "1.0.8"
About this version
[!NOTE] This repository is published as an NPM package.
npx install-peerdeps --dev eslint-config-noclocks
In your .eslintrc.js
:
module.exports = {
extends: ['mantine'],
parserOptions: {
project: './tsconfig.json',
},
};
Unlicense