Implement import function

* Add ESLint rules
* Change code style : using semi-columns
* Change error notification : using pre + wrap to be able to add
  newlines
* Bump version to 1.4.0
This commit is contained in:
Corentin 2024-03-04 14:07:46 +09:00
commit c20a6397fc
11 changed files with 433 additions and 336 deletions

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.6.3",
"eslint": "^8.57.0"
}
}