Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xcraft-inc/xcraft-dev-rules
Xcraft source code development rules
https://github.com/xcraft-inc/xcraft-dev-rules
rules xcraft
Last synced: 1 day ago
JSON representation
Xcraft source code development rules
- Host: GitHub
- URL: https://github.com/xcraft-inc/xcraft-dev-rules
- Owner: Xcraft-Inc
- Created: 2017-04-25T14:10:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T06:56:09.000Z (2 months ago)
- Last Synced: 2024-09-06T12:04:45.974Z (2 months ago)
- Topics: rules, xcraft
- Language: JavaScript
- Size: 350 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xcraft rules for development
This module provides files in order to enforce some rules with the
Xcraft modules developments.## Settings
It provides an `.editorconfig` file, an `.eslintrc` file, a `.prettierrc` file
and a `pre-commit` hook for checking that the javascript sources are well
formed.The ESLint file enable recommanded rules but disable everything which can be
in conflict with prettier.