Skip to content

Commit b5a4ea1

Browse files
author
Andrey Okonetchnikov
committed
chore: Add package.json and dev dependencies
1 parent 364fed0 commit b5a4ea1

File tree

6 files changed

+3097
-1
lines changed

6 files changed

+3097
-1
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

.eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "eslint:recommended"
3+
}

.prettierrc

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"useTabs": true,
3+
"overrides": [
4+
{
5+
"files": "*.md",
6+
"options": {
7+
"printWidth": 70,
8+
"useTabs": false,
9+
"trailingComma": "none",
10+
"proseWrap": "never"
11+
}
12+
}
13+
]
14+
}

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# figma-react-primitives
2-
React primitives synced with Figma for rapid prototyping and data-driven design
2+
3+
React primitives for rapid prototyping and data-driven design synced with Figma API via GraphQL

0 commit comments

Comments
 (0)