framer-motion-ticker
Version:
A React component that acts like a ticker, or marquee.
30 lines (29 loc) • 770 B
Plain Text
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json"
},
"plugins": ["@typescript-eslint", "react", "import", "jsx-a11y", "react-hooks", "prettier"],
"extends": [
"plugin:@typescript-eslint/recommended",
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"plugin:import/errors",
"plugin:import/recommended",
"plugin:jsx-a11y/recommended",
"plugin:react-hooks/recommended",
"prettier"
],
"rules": {
"@typescript-eslint/consistent-type-imports": "warn",
"react/react-in-jsx-scope": 0,
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
}