eslint-plugin-gamut
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

eslint-plugin-gamut

Recommended eslint plugins for Gamut applications. ✨

Usage

// eslintrc.js

module.exports = {
  root: true,

  plugins: ['eslint-plugin-gamut'],

  rules: {
    'gamut/prefer-themed': 'error',
    'gamut/no-css-standalone': 'error',
    'gamut/import-paths': 'error',
  },
};

Package Sidebar

Install

npm i eslint-plugin-gamut

Weekly Downloads

454

Version

2.1.0

License

MIT

Unpacked Size

19.2 kB

Total Files

27

Last publish

Collaborators

  • codecademy