mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-02-17 14:53:10 +00:00
chore: add prettier and format all files
- Install prettier ^3.6.2 - Add .prettierrc with project formatting rules - Add .prettierignore to exclude generated files and dependencies - Add npm scripts: format and format:check - Format all files with prettier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
ignore_all_files_in_gitignore: true
|
||||
ignored_paths:
|
||||
- megalinter-reports
|
||||
- megalinter-reports
|
||||
read_only: false
|
||||
|
||||
# list of tool names to exclude. We recommend not excluding any tools, see the readme for more details.
|
||||
@@ -46,8 +46,8 @@ excluded_tools: []
|
||||
initial_prompt: ""
|
||||
project_name: "tree-sitter-shellspec"
|
||||
languages:
|
||||
- cpp
|
||||
- typescript
|
||||
- bash
|
||||
- cpp
|
||||
- typescript
|
||||
- bash
|
||||
included_optional_tools: []
|
||||
encoding: utf-8
|
||||
|
||||
Reference in New Issue
Block a user