Skip to content

Commit

Permalink
source(license): add GPLv3 license and add header on js files
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz committed May 17, 2024
1 parent 97d467a commit ee9a334
Show file tree
Hide file tree
Showing 70 changed files with 1,089 additions and 522 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"license-header"
],
"rules": {
"indent": [
"error",
Expand All @@ -25,6 +28,7 @@
"semi": [
"error",
"always"
]
],
"license-header/header": [ "error", "./license-header.js" ]
}
}
Loading

0 comments on commit ee9a334

Please sign in to comment.