diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..84e0fbc --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +sharelist.xyz \ No newline at end of file diff --git a/README.md b/README.md index 734b2e9..6836aea 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # sharelist.xyz Official website for Share List. + +Inspired by [How to store your app's entire state in the url](https://www.scottantipa.com/store-app-state-in-urls). diff --git a/eslint.config.js b/eslint.config.js index 092408a..dc09ca9 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,5 +1,6 @@ import js from '@eslint/js' import globals from 'globals' +import jsxA11y from 'eslint-plugin-jsx-a11y'; import reactHooks from 'eslint-plugin-react-hooks' import reactRefresh from 'eslint-plugin-react-refresh' import tseslint from 'typescript-eslint' @@ -7,7 +8,7 @@ import tseslint from 'typescript-eslint' export default tseslint.config( { ignores: ['dist'] }, { - extends: [js.configs.recommended, ...tseslint.configs.recommended], + extends: [js.configs.recommended, tseslint.configs.recommended, jsxA11y.flatConfigs.recommended,], files: ['**/*.{ts,tsx}'], languageOptions: { ecmaVersion: 2020, diff --git a/index.html b/index.html index cc9d8e3..e19d4b2 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@