Skip to content

Commit 910e9ee

Browse files
simonsteyafs
authored andcommitted
fix: 🎨 fix respec errors; restructure sections to align with shacl-core12 spec structure; add prettier config
1 parent 0368751 commit 910e9ee

File tree

2 files changed

+648
-437
lines changed

2 files changed

+648
-437
lines changed

shacl-node-expr/.prettierrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"useTabs": true,
3+
"printWidth": 150,
4+
"semi": true,
5+
"singleQuote": false,
6+
"quoteProps": "as-needed",
7+
"jsxSingleQuote": false,
8+
"trailingComma": "none",
9+
"bracketSpacing": true,
10+
"jsxBracketSameLine": false,
11+
"htmlWhitespaceSensitivity": "ignore",
12+
"arrowParens": "always",
13+
"endOfLine": "lf"
14+
}

0 commit comments

Comments
 (0)