Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 728 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 728 Bytes

Boilerplate setup examples for Xtend UI

Customization

Each boilerplate has tailwind.config.js with theme customization examples. Remove or add things you need.

Lint

In the root there are the files needed for linting. See in the root package.json, .eslintrc.js, .eslintignore and .prettierrc.js for the required packages and script commands.

"scripts": {
  "lint": "eslint . --ext .js",
}

Except for Nextjs which has lint managed by itself.

Copyright

Licensed under MIT license.