0.0.7 • Published 7 months ago

@risemaxi/syntactio v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

@risemaxi/syntactio

ESLint config for Rise client apps.

Installation

npm install -D @risemaxi/syntactio

OR

yarn add -D @risemaxi/syntactio

OR

bun install -D @risemaxi/syntactio

Peer Dependencies

  • TypeScript ^5.0.0
  • ESLint ^8.0.0

Usage

In .eslintrc.js:

module.exports = {
  extends: [require.resolve("@risemaxi/syntactio")],
};

License

MIT