Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.2 KB
Arcjet Logo

@arcjet/eslint-config

npm badge

Custom eslint config for Arcjet projects.

Installation

npm install -D @arcjet/eslint-config

Example

In your .eslintrc.cjs file:

module.exports = {
  root: true,
  extends: ["@arcjet/eslint-config"],
};

License

Licensed under the Apache License, Version 2.0.