UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

17 lines (16 loc) 315 B
module.exports = { parser: "@typescript-eslint/parser", parserOptions: { ecmaVersion: 6, sourceType: "module", ecmaFeatures: { jsx: true, }, }, rules: { "no-var": "error", "no-case-declarations": "error", "no-fallthrough": "error", }, ignorePatterns: ["test/data"], };