2.1.0 • Published 6 months ago

eslint-plugin-gamut v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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',
  },
};
2.1.0

6 months ago

2.0.5

8 months ago

2.0.4

8 months ago

2.0.3

1 year ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago