mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #7173 - Eslint 9 version update changes
This commit is contained in:
parent
0f58abbec9
commit
2a2c07ddb2
38 changed files with 9318 additions and 3042 deletions
|
@ -203,7 +203,6 @@ function addStyle() {
|
|||
try {
|
||||
fs.readdirSync(path.resolve(__dirname, process.env.INPUT_DIR + folderName + '/style')).forEach((file) => {
|
||||
if (/\.js$/.test(file)) {
|
||||
const name = file.split(/(.js)$/)[0].toLowerCase();
|
||||
const input = process.env.INPUT_DIR + folderName + '/style/' + file;
|
||||
const output = process.env.OUTPUT_DIR + folderName + '/style/index';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue