Custom eslint config for Arcjet projects.
npm install -D @arcjet/eslint-config
In your .eslintrc.cjs
file:
module.exports = {
root: true,
extends: ["@arcjet/eslint-config"],
};
Licensed under the Apache License, Version 2.0.
Custom eslint config for Arcjet projects.
npm install -D @arcjet/eslint-config
In your .eslintrc.cjs
file:
module.exports = {
root: true,
extends: ["@arcjet/eslint-config"],
};
Licensed under the Apache License, Version 2.0.