@mantine/eslint-config

3.6.14 • Public • Published

Mantine ESLint and Prettier configuration

Installation:

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

In your .eslintrc.js file:

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

In your .prettierrc.js file:

module.exports = require('@mantine/eslint-config/prettier.config');

/@mantine/eslint-config/

    Package Sidebar

    Install

    npm i @mantine/eslint-config

    Weekly Downloads

    251

    Version

    3.6.14

    License

    MIT

    Unpacked Size

    4.23 kB

    Total Files

    5

    Last publish

    Collaborators

    • rtivital