Created
May 7, 2023 08:53
-
-
Save jaedle/83232e1783bfa5e94374a9ab05206ae9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Show hidden characters
| { | |
| "plugins": [ | |
| "@jaedle-kata/kata-ruleset" | |
| ], | |
| "env": { | |
| "browser": true, | |
| "es2021": true | |
| }, | |
| "parserOptions": { | |
| "ecmaVersion": "latest" | |
| }, | |
| "rules": { | |
| "@jaedle-kata/kata-ruleset/no-for": "error", | |
| "@jaedle-kata/kata-ruleset/no-while": "error", | |
| "@jaedle-kata/kata-ruleset/no-do-while": "error", | |
| "@jaedle-kata/kata-ruleset/no-array-push": "error" | |
| } | |
| } |
This file contains hidden or 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
| { | |
| "name": "temp", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "devDependencies": { | |
| "@jaedle-kata/eslint-plugin-kata-ruleset": "^0.1.5", | |
| "eslint": "^8.40.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment