/nike-v2

✅🚀 JSM Javascript mastery building nike website using tailwindcss v2

Primary LanguageTypeScript

Nike Tailwindcss

Nike Tailwindcss Image

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },