{
  "root": true,
	"ignorePatterns": [
		"pages/**/*.tsx",
		"components/**/*.tsx"
	],
  "extends": [
    "lxsmnsyc/typescript"
  ],
	"rules": {
		"no-tabs": "off",
		"indent": "off"
	},
  "parserOptions": {
    "project": "./tsconfig.eslint.json"
  }
}