@arcjet/eslint-config
v1.0.0-alpha.31
Published
Custom eslint config for Arcjet projects
Downloads
1,033
Readme
@arcjet/eslint-config
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.