xeokit / sdk

Next-generation alpha-status xeokit viewer in development
https://xeokit.github.io/sdk/docs/api/index.html
GNU Affero General Public License v3.0
18 stars 10 forks source link

Eslint and Prettier configuration #26

Closed DhivinX closed 5 months ago

DhivinX commented 5 months ago

Hello!

PR introduces eslint and prettier configuration.

To start linting and formatting, just run the pnpm lint script. Eslint will automatically repair possible problems and format files.

Linting and formatting is currently disabled, to enable it you need to remove the **/* in ignorePatterns in the packages/config/eslint-preset.cjs file.