Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: tool-belts standalone & bump to eslint8 #1105

Merged
merged 53 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
59501d5
chore: tool-belts standalone
jkowalleck Jul 1, 2024
b9fdcd9
chore: tool-belt workspaces standalone
jkowalleck Jul 1, 2024
4d9ee52
dngs
jkowalleck Jul 1, 2024
b268807
dings
jkowalleck Jul 1, 2024
dfe47fe
dings
jkowalleck Jul 1, 2024
e19795a
dings
jkowalleck Jul 1, 2024
bad0088
dings
jkowalleck Jul 1, 2024
273d46c
dings
jkowalleck Jul 1, 2024
6050070
dings
jkowalleck Jul 1, 2024
390cdc2
dings
jkowalleck Jul 2, 2024
a29c72d
dings
jkowalleck Jul 2, 2024
181ef86
dings
jkowalleck Jul 2, 2024
020f395
dings
jkowalleck Jul 2, 2024
24ccf86
dings
jkowalleck Jul 2, 2024
0f0b929
annotate
jkowalleck Jul 2, 2024
8cdd6b0
ci
jkowalleck Jul 2, 2024
13c2d1f
ci
jkowalleck Jul 2, 2024
a9c66be
ci
jkowalleck Jul 2, 2024
1abfd26
ci
jkowalleck Jul 2, 2024
3fbec46
ci
jkowalleck Jul 2, 2024
21d515b
dings
jkowalleck Jul 2, 2024
6c5af58
dings
jkowalleck Jul 2, 2024
012aee7
ci
jkowalleck Jul 2, 2024
85e7a7f
ci
jkowalleck Jul 2, 2024
0f72f37
ci
jkowalleck Jul 2, 2024
70f19c7
ci
jkowalleck Jul 2, 2024
15f97c8
ci
jkowalleck Jul 2, 2024
36e1383
ci
jkowalleck Jul 2, 2024
0360575
ci
jkowalleck Jul 2, 2024
4ae0d5a
ci
jkowalleck Jul 2, 2024
16dbf75
ci
jkowalleck Jul 2, 2024
853220d
ci
jkowalleck Jul 2, 2024
9c23149
ci
jkowalleck Jul 2, 2024
6b5819a
rimraf
jkowalleck Jul 2, 2024
d00edf7
pin
jkowalleck Jul 2, 2024
4bc1d98
pin
jkowalleck Jul 2, 2024
c38b724
dings
jkowalleck Jul 2, 2024
e5e3613
dings
jkowalleck Jul 2, 2024
496773a
dings
jkowalleck Jul 2, 2024
b921778
dings
jkowalleck Jul 2, 2024
a269cab
dings
jkowalleck Jul 2, 2024
241b421
dings
jkowalleck Jul 2, 2024
e77616a
dings
jkowalleck Jul 2, 2024
ae5ca2f
dings
jkowalleck Jul 2, 2024
61bcd01
dings
jkowalleck Jul 2, 2024
0508057
dings
jkowalleck Jul 2, 2024
b3b1643
dings
jkowalleck Jul 2, 2024
1227d4a
dings
jkowalleck Jul 2, 2024
115cf3a
dings
jkowalleck Jul 2, 2024
f88f0df
dings
jkowalleck Jul 2, 2024
f4c91b3
dings
jkowalleck Jul 2, 2024
6b3ed29
cov
jkowalleck Jul 2, 2024
b0e2bc3
cov
jkowalleck Jul 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dings
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Jul 1, 2024
commit b2688078c5ce29870d8a39b1aeb96791d4715c49
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const path = require('path')
*/
module.exports = {
root: true,

plugins: [
/* see https://github.com/lydell/eslint-plugin-simple-import-sort#readme */
'simple-import-sort',
Expand Down
4 changes: 2 additions & 2 deletions tools/code-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@cyclonedx/cyclonedx-library-docs-gen": "file:../docs-gen"
},
"scripts": {
"test": "cd ../..; eslint .",
"cs-fix": "cd ../..; eslint --fix ."
"test": "eslint --resolve-plugins-relative-to \"$PWD\" ../..",
"cs-fix": "eslint --resolve-plugins-relative-to \"$PWD\" --fix ../.."
}
}