1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

fix: eslint config

This commit is contained in:
James Cook 2022-07-21 15:35:22 +01:00
parent ff8c529a18
commit 6bf915ad7b
3 changed files with 5 additions and 6 deletions

View file

@ -5,6 +5,6 @@ module.exports = {
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"eslint-config-prettier",
"prettier",
],
};