ESLint config used by Electron and Electron maintained modules
Перейти к файлу
dependabot[bot] 3f0a2f4498
build(deps): bump micromatch from 4.0.4 to 4.0.8 (#22)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-31 14:36:02 -04:00
.circleci
.github
.gitignore
.releaserc.json
LICENSE
README.md
index.js
package.json
yarn.lock

README.md

@electron-internal/eslint-config npm

This module is a reusable eslint config that the Electron team uses across our projects for consistency. It is loosely based on standard but with several deviations, most notably we enforce semicolon usage.

Installation

yarn add eslint eslint-plugin-node @electron-internal/eslint-config --dev
// .eslintrc.json
{
  "extends": "@electron-internal"
}