0.2.4 ā€¢ Published 2 years ago

@gliff-ai/eslint-config v0.2.4

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
2 years ago

gliff.ai eslint-config

Repo License Repository Size Latest Tag Number of Open Issues Number of Open Pull Requests

šŸ‘‹ Welcome in! šŸ‘‹

This repository contains the ESLint configuration that is shared for gliff.aiā€™s projects.

This repository aims to clearly share our ESLint configuration used in gliff.ai projects with contributors. This lint is designed to find and fix problems by analysing our JavaScript code to find problems like programming errors, bugs, stylistic errors and suspicious constructs and then can automatically fix many of the issues flagged.

āŒ This repository does not accept most contributions unfortunately! However, an issue can still be raised if you recognise a problem you wish to bring to the gliff.ai teams attention. āŒ

Table of Contents

Looking for something specific? šŸ”

Access

{{back to navigation}}

Run npm install @gliff-ai/annotate in your command line to install the package from the npm registry.

To access our team's shared ESLint Config, run npm i @gliff-ai/eslint-config --save-dev and then within eslintrc.js run:

module.exports = {
  extends: [
      "@gliff-ai"
  ],
  parserOptions: {
    tsconfigRootDir: __dirname,
    project: ["./tsconfig.json"],
  },
  overrides: [
      {
          files: ["*.ts", "*.tsx"],
          rules: {}        
      }]
};

Contribute

{{back to navigation}}

This repository does not accept contributions unfortunately as content has been developed with specific gliff.ai team practises and preferences in mind. However, an issue can still be raised if you recognise a problem you wish to bring to the gliff.ai teams attention.

We do have several repositories within the gliff.ai github space that welcome all contributions and contributors on. These will be marked with the topic tag contributions-welcome meaning we welcome contributions on this repository! Search for them here!

Check out the gliff.ai Contribution Guide šŸ‘‹ to learn more!

Contact

{{back to navigation}}

Need some help? šŸ¤” Have a question? šŸ§  \ Reach out to the gliff.ai team at community@gliff.ai or on our GitHub discussions.

License

{{back to navigation}}

This code is licensed under a GNU AGPLv3 license šŸ“ \ Curious about our reasoning for this? Read about them here!