forked from sonata-project/SonataAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt files to dev-kit (sonata-project#7139)
- Loading branch information
1 parent
d24b2f4
commit 85d5b0f
Showing
9 changed files
with
99 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/*! | ||
* This file is part of the Sonata Project package. | ||
* | ||
* (c) Thomas Rabaix <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
/* | ||
* DO NOT EDIT THIS FILE! | ||
* | ||
* It's auto-generated by sonata-project/dev-kit package. | ||
*/ | ||
|
||
module.exports = { | ||
presets: ['@babel/preset-env'], | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
/*! | ||
* This file is part of the Sonata Project package. | ||
* | ||
* (c) Thomas Rabaix <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
/* | ||
* DO NOT EDIT THIS FILE! | ||
* | ||
* It's auto-generated by sonata-project/dev-kit package. | ||
*/ | ||
|
||
module.exports = { | ||
parser: '@babel/eslint-parser', | ||
extends: ['airbnb-base'], | ||
env: { | ||
browser: true, | ||
jquery: true, | ||
}, | ||
plugins: ['header'], | ||
rules: { | ||
'header/header': [2, 'block', [ | ||
'!', | ||
' * This file is part of the Sonata Project package.', | ||
' *', | ||
' * (c) Thomas Rabaix <[email protected]>', | ||
' *', | ||
' * For the full copyright and license information, please view the LICENSE', | ||
' * file that was distributed with this source code.', | ||
' ', | ||
], 2], | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,62 +11,4 @@ phpunit.xml | |
phpstan.neon | ||
/.phpunit.result.cache | ||
/docs/_build/ | ||
|
||
# clean up some non bower ready package | ||
src/Resources/public/vendor/admin-lte/bootstrap | ||
src/Resources/public/vendor/admin-lte/build | ||
src/Resources/public/vendor/admin-lte/dist/img | ||
!src/Resources/public/vendor/admin-lte/dist/img/boxed-bg.jpg # Only image called in AdminLTE.css | ||
src/Resources/public/vendor/admin-lte/dist/js/app.js | ||
src/Resources/public/vendor/admin-lte/dist/js/demo.js | ||
src/Resources/public/vendor/admin-lte/dist/js/pages | ||
src/Resources/public/vendor/admin-lte/documentation | ||
src/Resources/public/vendor/admin-lte/pages | ||
src/Resources/public/vendor/admin-lte/plugins | ||
src/Resources/public/vendor/admin-lte/*.html | ||
src/Resources/public/vendor/admin-lte/Gruntfile.js | ||
|
||
src/Resources/public/vendor/iCheck/skins/all.css | ||
src/Resources/public/vendor/iCheck/skins/*/* | ||
!src/Resources/public/vendor/iCheck/skins/square/blue.css | ||
!src/Resources/public/vendor/iCheck/skins/square/blue.png | ||
!src/Resources/public/vendor/iCheck/skins/square/[email protected] | ||
src/Resources/public/vendor/iCheck/icheck.js | ||
|
||
src/Resources/public/vendor/slimScroll/examples | ||
src/Resources/public/vendor/slimScroll/jquery.slimscroll.js | ||
|
||
src/Resources/public/vendor/bootstrap/grunt | ||
src/Resources/public/vendor/bootstrap/less | ||
src/Resources/public/vendor/bootstrap/test-infra | ||
src/Resources/public/vendor/bootstrap/Gruntfile.js | ||
|
||
src/Resources/public/vendor/jqueryui/themes/black-tie | ||
src/Resources/public/vendor/jqueryui/themes/blitzer | ||
src/Resources/public/vendor/jqueryui/themes/cupertino | ||
src/Resources/public/vendor/jqueryui/themes/dark-hive | ||
src/Resources/public/vendor/jqueryui/themes/dot-luv | ||
src/Resources/public/vendor/jqueryui/themes/eggplant | ||
src/Resources/public/vendor/jqueryui/themes/excite-bike | ||
src/Resources/public/vendor/jqueryui/themes/hot-sneaks | ||
src/Resources/public/vendor/jqueryui/themes/humanity | ||
src/Resources/public/vendor/jqueryui/themes/le-frog | ||
src/Resources/public/vendor/jqueryui/themes/mint-choc | ||
src/Resources/public/vendor/jqueryui/themes/overcast | ||
src/Resources/public/vendor/jqueryui/themes/pepper-grinder | ||
src/Resources/public/vendor/jqueryui/themes/redmond | ||
src/Resources/public/vendor/jqueryui/themes/smoothness | ||
src/Resources/public/vendor/jqueryui/themes/south-street | ||
src/Resources/public/vendor/jqueryui/themes/start | ||
src/Resources/public/vendor/jqueryui/themes/sunny | ||
src/Resources/public/vendor/jqueryui/themes/swanky-purse | ||
src/Resources/public/vendor/jqueryui/themes/trontastic | ||
src/Resources/public/vendor/jqueryui/themes/ui-darkness | ||
src/Resources/public/vendor/jqueryui/themes/ui-lightness | ||
src/Resources/public/vendor/jqueryui/themes/vader | ||
|
||
src/Resources/public/vendor/jquery/src | ||
|
||
src/Resources/public/vendor/jquery.scrollTo/demo | ||
src/Resources/public/vendor/jquery.scrollTo/tests | ||
|
||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/*! | ||
* This file is part of the Sonata Project package. | ||
* | ||
* (c) Thomas Rabaix <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
/* | ||
* DO NOT EDIT THIS FILE! | ||
* | ||
* It's auto-generated by sonata-project/dev-kit package. | ||
*/ | ||
|
||
module.exports = { | ||
extends: 'stylelint-config-standard', | ||
plugins: ['stylelint-scss', 'stylelint-order'], | ||
rules: { | ||
'at-rule-no-unknown': null, | ||
'scss/at-rule-no-unknown': true, | ||
'order/order': [ | ||
'custom-properties', | ||
'declarations', | ||
], | ||
'order/properties-alphabetical-order': true, | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters