1.10.2 • Published 9 months ago

@algolia/eslint-plugin-stl v1.10.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

@algolia/eslint-plugin-stl

Getting started

$ yarn add @algolia/eslint-plugin-stl

In your example .eslintrc.js:

const path = require("path");

module.exports = {
  plugins: ["@algolia/stl"],

  settings: {
    stl: {
      // Required
      tailwindConfigPath: path.resolve(__dirname, "./node_modules/@algolia/satellite/styles/tailwind.config.js"),
    },
  },

  extends: ["plugin:@algolia/stl/recommended"],
};

Rules

  • invalid-classnames
  • avoid-dynamic-stl-expressions
  • prefer-accent
  • prefer-satellite-links
  • prefer-stl-helper
  • use-auto-focus-on-close-element
1.10.2

9 months ago

1.10.1

9 months ago

1.10.0

9 months ago

1.9.0

11 months ago

1.8.0

11 months ago

1.7.0

12 months ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago