1.0.3 • Published 1 year ago

@miyako-discord/eslint-config v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ESLint Config Miyako

This is my personal ESLint configuration for developing Miyako and its related projects.

Usage

  • Requires ESLint v9+
  • Built for ESM and Node.js with TypeScript
$ npm install eslint @miyako-discord/eslint-config

In your eslint.config.js:

import miyakoConfig from '@miyako-discord/eslint-config';

export default [
    ...miyakoConfig
];

This config is opinionated to my preferences and may change anytime without warning.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago