Acknowledgement: Some code and ideas are borrowed from @antfu/eslint-config licensed under MIT License.
ESLint9 plugin and custom rules for Pleisto.
Usage:
// eslint.config.mjs
import { pleistoESLintConfig } from '@pleisto/eslint-plugin'
export default pleistoESLintConfig({
// options
})
Apache License 2.0