Skip to content

Instantly share code, notes, and snippets.

@jaedle
Created May 7, 2023 08:53
Show Gist options
  • Select an option

  • Save jaedle/83232e1783bfa5e94374a9ab05206ae9 to your computer and use it in GitHub Desktop.

Select an option

Save jaedle/83232e1783bfa5e94374a9ab05206ae9 to your computer and use it in GitHub Desktop.
{
"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"
}
}
{
"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