aboutsummaryrefslogtreecommitdiff
path: root/apps/website/.eslintrc.js
blob: f80eaa9a9d8cf704d35d1a43c4b313d204eb1e55 (plain)
1
2
3
4
5
6
7
8
/** @type {import('eslint').ESLint.ConfigData} */
module.exports = {
	extends: [require.resolve('@polyfrost/config/eslint/web.js')],
	parserOptions: {
		tsconfigRootDir: __dirname,
		project: './tsconfig.json'
	}
};