Browse Source

Upgrade ESLint, fix code

main
Paul O’Shannessy 10 years ago
parent
commit
4a5b7ab8b4
  1. 1
      _js/examples/.eslintrc

1
_js/examples/.eslintrc

@ -2,5 +2,6 @@
rules:
block-scoped-var: 0
no-undef: 0
strict: 0
react/react-in-jsx-scope: 0
react/jsx-no-undef: 0

Loading…
Cancel
Save