mantinedev / eslint-config-mantine

Mantine ESLint configuration

Home Page:https://www.npmjs.com/package/eslint-config-mantine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-mantine

Install

npx install-peerdeps --dev eslint-config-mantine

Usage

In your .eslintrc.js:

module.exports = {
  extends: ['mantine'],
  parserOptions: {
    project: './tsconfig.json',
  },
};

License

MIT

About

Mantine ESLint configuration

https://www.npmjs.com/package/eslint-config-mantine

License:MIT License


Languages

Language:JavaScript 100.0%