Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

ESLint

Pro Plan Feature

This feature is available exclusively as part of the Pro plan and is not included in the Lite plan. Please refer to ourpricing page for more information about our plans and features.

ESLint is a linter for JavaScript, TypeScript, JSX, TSX, CSS, etc.

Files

ESLint will run on files with the following extensions:

  • .js
  • .ts
  • .cjs
  • .mjs
  • .d.cts
  • .d.mts
  • .jsx
  • .tsx
  • .css
  • .vue
  • .svelte
  • .astro

Configuration

  • ESLint configuration is read from the repository and is used as is. No additional configuration is required.
  • Please ensure that all ESLint dependencies are defined in yourpackage.json file(s).
  • Yarn and PNPM workspaces are supported.
  • Private ESLint plugins or configurations are not supported at the moment. Please reach out to us on Discord if you would like us to add support for this.
  • For@typescript-eslint, linting with type information at the moment. Thetype checking rules are disabled.
  • Foreslint-plugin-import, the following rules are disabled:
    • import/no-unresolved
  • For theeslint-plugin-n, the following rules are disabled:
    • n/no-missing-import
    • n/no-missing-require
  • For theeslint-plugin-node, the following rules are disabled:
    • node/no-missing-import
    • node/no-missing-require

[8]ページ先頭

©2009-2025 Movatter.jp