remix-demo

react router (remix) demo

git clone https://9o.is/git/remix-demo.git

.eslintrc.js

(110B)


      1 module.exports = {
      2   parserOptions: {
      3     tsconfigRootDir: __dirname,
      4     project: "./tsconfig.json",
      5   },
      6 };