Skip to content

Commit

Permalink
Cleanup some config files
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 authored Dec 15, 2023
1 parent 104d977 commit 063d13b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
1 change: 0 additions & 1 deletion .claspignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**/**
!Code.js
!appsscript.json
!readme_appsscript.md
17 changes: 6 additions & 11 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,15 @@
"plugin:@typescript-eslint/recommended",
"prettier"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"sourceType": "module"
},
"plugins": ["@typescript-eslint", "googleappsscript"],
"plugins": [
"@typescript-eslint",
"googleappsscript"
],
"env": {
"googleappsscript/googleappsscript": true,
"es6": true
"googleappsscript/googleappsscript": true
},
"ignorePatterns": [
"*.js"
]
}
}
4 changes: 1 addition & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"tabWidth": 2,
"useTabs": false,
"proseWrap": "always",
"printWidth": 100
"printWidth": 110
}
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Ian Sanders
Copyright (c) 2023 Ian Sanders

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"outDir": "build",
"lib": [
"ESNext"
Expand Down

0 comments on commit 063d13b

Please sign in to comment.