1.0.2 • Published 3 months ago

@delement/eslint-config-master v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

ESLint rules from Digital Element

Usage

In eslint.config.js flat configuration file:

import eslintConfig from "@delement/eslint-config-master";

export default [
  ...eslintConfig,
  // Rules overwriting...
];

Features

  • support for TS, TSX, JS, JSX, MDX, Node, Service worker and Jest syntax;
  • modern JavaScript code standard from ES6+;
  • import alphabet order, JSDoc validation, require of semicolons and more cool things.

Note

Folders "node_modules", "build", "public", "assets", "dist", "temp", ".temp", ".cache", "cache" ignored by default.