Skip to content

Commit

Permalink
fix: remove example err
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoborges committed Dec 5, 2020
1 parent 652bb6a commit 35e9163
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions example/.eslintcache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"/Users/eduardo.sborges/Projects/bemfy/example/src/index.tsx":"1","/Users/eduardo.sborges/Projects/bemfy/example/src/App.tsx":"2"},{"size":164,"mtime":1606917065471,"results":"3","hashOfConfig":"4"},{"size":388,"mtime":1607183399298,"results":"5","hashOfConfig":"4"},{"filePath":"6","messages":"7","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"8"},"hqcrqe",{"filePath":"9","messages":"10","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/eduardo.sborges/Projects/bemfy/example/src/index.tsx",[],["11","12"],"/Users/eduardo.sborges/Projects/bemfy/example/src/App.tsx",[],{"ruleId":"13","replacedBy":"14"},{"ruleId":"15","replacedBy":"16"},"no-native-reassign",["17"],"no-negated-in-lhs",["18"],"no-global-assign","no-unsafe-negation"]
1 change: 1 addition & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore
import React from 'react';
import bemfy, { c } from 'bemfy'

Expand Down
5 changes: 3 additions & 2 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esnext"
],
"moduleResolution": "node",
"jsx": "react",
"jsx": "react-jsx",
"sourceMap": true,
"declaration": true,
"esModuleInterop": true,
Expand All @@ -26,7 +26,8 @@
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true
"noEmit": true,
"noFallthroughCasesInSwitch": true
},
"include": [
"src"
Expand Down

0 comments on commit 35e9163

Please sign in to comment.