We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347aeb7 commit 6a2dd17Copy full SHA for 6a2dd17
index.cjs
@@ -14,6 +14,7 @@ module.exports = [
14
plugins: { '@stylistic/js': stylisticJS },
15
rules: {
16
expressLintConfig: 0,
17
+ 'dot-notation': ['error'],
18
semi: ['error', 'always'],
19
'@stylistic/js/semi': ['error', 'always'],
20
'@stylistic/semi': ['error', 'always'],
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "eslint-config-express",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "the express eslint config 🔧🔥⚙️",
5
"main": "index.cjs",
6
"scripts": {
7
+ "lint": "eslint .",
8
+ "lint:fix": "eslint . --fix",
9
"test": "eslint . && node test/test.cjs && node test/test.mjs && node test/test-dynamic.js"
10
},
11
"repository": {
0 commit comments