Skip to content

Add more eslint configurations for specific applications #53

@ojkelly

Description

@ojkelly

A PR is incoming that will add some eslint rules themselves, along with a small config to enable them.

We should also consider creating one or more eslint configurations we can use in our projects, that we could pull in via:

module.exports = {
  plugins: ["@kablamo"],
  extends: [
    "plugin:@kablamo/recommended",
    "plugin:@kablamo/react",
  ]
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions