mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-18 06:08:58 +00:00
Linter: update to eslint v9
This eslint version brings breaking changes related to the eslint config. eslint-airbnb-config has yet to release a compatible version with the new format, and it generally looks unmaintained, hence we drop the dependency in favor of the built-in recommended configs.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
/* global require */
|
||||
/* eslint-disable @typescript-eslint/no-require-imports */
|
||||
/* eslint-disable no-console */
|
||||
|
||||
import assert from 'assert';
|
||||
import path from 'path';
|
||||
import { writeFileSync, unlinkSync } from 'fs';
|
||||
|
||||
Reference in New Issue
Block a user