Skip to content

Commit

Permalink
v1.0.0 (#180)
Browse files Browse the repository at this point in the history
* refactor: plugin

* fix: handle compilation.fileTimestamps

* chore: update deps

* feat: add support for stylelint 11

* test: wip

* chore: update deps

* feat: new options

* test: rewrite

* feat: new option `stylelintPath`

* style: formatting

* chore: update lock files

* test: add test for `context` option

* test: add test for `lintDirtyModulesOnly` option

* chore: update deps

* fix: plugin name

* fix: compiler.fileTimestamps only Map

* test: add test for empty dir

* test: ignote coverage for hook watchRun

* test: add test for LintDirtyModulesPlugin

* chore: update deps

* test: invert parameters to simplify
  • Loading branch information
ricardogobbosouza authored Sep 26, 2019
1 parent 94de976 commit 74838fb
Show file tree
Hide file tree
Showing 80 changed files with 15,432 additions and 16,136 deletions.
35 changes: 0 additions & 35 deletions .babelrc

This file was deleted.

161 changes: 0 additions & 161 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
insert_final_newline = true
trim_trailing_whitespace = false
5 changes: 4 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/node_modules
/coverage
/dist
/node_modules
/test/fixtures
/test/output
9 changes: 1 addition & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
module.exports = {
root: true,
plugins: ['prettier'],
extends: ['@webpack-contrib/eslint-config-webpack'],
rules: {
'prettier/prettier': [
'error',
{ singleQuote: true, trailingComma: 'es5', arrowParens: 'always' },
],
},
extends: ['@webpack-contrib/eslint-config-webpack', 'prettier'],
};
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package-lock.json -diff
* text=auto
bin/* eol=lf
package-lock.json -diff
yarn.lock -diff
46 changes: 0 additions & 46 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

Loading

0 comments on commit 74838fb

Please sign in to comment.