forked from trivago/prettier-plugin-twig-melody
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98f2993
commit bcc1e02
Showing
78 changed files
with
3,054 additions
and
2,561 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"compilerOptions": { | ||
"target": "ES2022", | ||
"module": "ESNext", | ||
"moduleResolution": "node", | ||
"strict": true, | ||
"noEmit": true, | ||
"esModuleInterop": true, | ||
"declaration": true, | ||
"stripInternal": true, | ||
"noImplicitOverride": true, | ||
"noUncheckedIndexedAccess": true, | ||
"removeComments": true, | ||
"rootDir": ".", | ||
"baseUrl": "./" | ||
}, | ||
"exclude": ["node_modules"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,20 +2,19 @@ | |
"name": "@zackad/prettier-plugin-twig-melody", | ||
"version": "0.6.0", | ||
"description": "Prettier Plugin for Twig/Melody", | ||
"main": "src", | ||
"repository": "https://github.com/zackad/prettier-plugin-twig-melody", | ||
"author": "Tom Bartel <[email protected]>", | ||
"license": "Apache-2.0", | ||
"author": "Tom Bartel <[email protected]>", | ||
"type": "module", | ||
"module": "./src/index.js", | ||
"main": "./src/index.js", | ||
"files": [ | ||
"src" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"scripts": { | ||
"lint": "jest -c jest.eslint.config.js", | ||
"test": "jest", | ||
"prettier": "prettier --plugin=. --parser=melody" | ||
"lint": "eslint --cache --cache-strategy content --report-unused-disable-directives .", | ||
"prettier": "prettier --plugin=./src/index.js --parser=melody", | ||
"test": "vitest" | ||
}, | ||
"dependencies": { | ||
"babel-types": "^6.26.0", | ||
|
@@ -30,15 +29,12 @@ | |
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jest": "^27.9.0", | ||
"eslint-plugin-prettier": "^4.0.0 || ^5.0.0", | ||
"eslint-plugin-prettier-doc": "^1.1.0", | ||
"jest": "^30.0.0-alpha.3", | ||
"jest-runner-eslint": "^2.1.2" | ||
"vite": "^5.2.8", | ||
"vitest": "^1.4.0" | ||
}, | ||
"jest": { | ||
"projects": [ | ||
"<rootDir>/jest.*.config.js" | ||
] | ||
"engines": { | ||
"node": ">=18" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.