editorconfig-js-parse

Parses an INI file into AST. The file must conform to the EditorConfig INI format specification.

MIT License

Stars
0
Committers
2

@editorconfig/parse

Parses an INI file into AST. The file must conform with the EditorConfig INI format specification.

Scripts

The following npm scripts are made available to you in the project root. You can run each of them with npm run <script-name>.

build

Runs the TypeScript compiler.

test

Runs AVA in watch mode, which attempts to run only on changed files.

cover

Runs AVA with coverage, dumping coverage results in ./coverage and showing a text summary in the console output.

commit

Runs Commitizen commit wizard, ensuring that your commit messages conform to Conventional Commits.

Tips

Use the git commit command directly with the -n, --no-verify option to bypasses the pre-commit and commit-msg hooks.