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 eb79215 commit a3024f1Copy full SHA for a3024f1
.eslintrc
@@ -1,9 +1,5 @@
1
{
2
"env": {
3
"node": true
4
- },
5
- "rules": {
6
- "strict": false,
7
- "quotes": "single"
8
}
9
package.json
@@ -1,6 +1,6 @@
"name": "postcss-modules-local-by-default",
- "version": "0.0.12",
+ "version": "1.0.0-beta1",
"description": "A CSS Modules transform to make local scope the default",
"keywords": [
"css-modules",
@@ -19,10 +19,10 @@
19
"postcss": "^5.0.4"
20
},
21
"devDependencies": {
22
- "chokidar-cli": "^0.2.1",
+ "chokidar-cli": "^1.0.1",
23
"codecov.io": "^0.1.2",
24
"coveralls": "^2.11.2",
25
- "eslint": "^0.22.1",
+ "eslint": "^1.5.0",
26
"istanbul": "^0.3.14",
27
"tape": "^4.0.0"
28
0 commit comments