mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
chore: typo fixes + config files
This commit is contained in:
parent
f11c7c564d
commit
00e3a13821
17 changed files with 124 additions and 16 deletions
10
.eslintrc.cjs
Normal file
10
.eslintrc.cjs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
parser: "@typescript-eslint/parser",
|
||||
plugins: ["@typescript-eslint"],
|
||||
extends: [
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"prettier",
|
||||
],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue