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 e8bf9ae commit 33b5842Copy full SHA for 33b5842
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "eslint-config-atomic",
3
- "version": "1.20.3",
+ "version": "1.20.4",
4
"description": "Eslint config used in atom-ide-community",
5
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
6
"license": "MIT",
7
"author": "Amin Yahyaabadi",
8
"type": "commonjs",
9
- "main": "index.cjs",
+ "main": "index.js",
10
"files": [
11
"src",
12
"dist",
@@ -85,7 +85,7 @@
85
"lint",
86
"prettier"
87
],
88
- "react": "react.cjs",
89
- "strict": "strict.cjs",
90
- "strict-react": "strict-react.cjs"
+ "react": "react.js",
+ "strict": "strict.js",
+ "strict-react": "strict-react.js"
91
}
0 commit comments