Skip to content

Commit

Permalink
Add stylex locally and use in playground (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm authored Dec 15, 2021
1 parent 4cdbe9b commit f2c4e04
Show file tree
Hide file tree
Showing 78 changed files with 13,328 additions and 208 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ packages/**/dist/*.js
packages/**/config/*.js
packages/playwright
packages/playwright-core
packages/babel-plugin-transform-stylex
packages/eslint-plugin-stylex
packages/stylex
**/node_modules
scripts/**
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'no-function-declare-after-return',
'react',
'no-only-tests',
'eslint-plugin-stylex'
],

parser: 'babel-eslint',
Expand Down
158 changes: 148 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-stylex": "1.0.0",
"flow-bin": "^0.165.1",
"fs-extra": "^10.0.0",
"gen-flow-files": "^0.4.11",
Expand Down
Loading

0 comments on commit f2c4e04

Please sign in to comment.