Zealot/.eslintrc.cjs
Gregory Ballantine 51fe19f12c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Started rewriting project in TypeScript
2022-11-17 00:07:39 -05:00

7 lines
186 B
JavaScript

module.exports = {
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
root: true,
};